color details

Color Details
#9C4E97 Color Hex

#9C4E97 color RGB value is (9, 196, 233).
#9C4E97 hex color red value is 9, green value is 196, and blue value is 233.
Cylindrical-coordinate representations (HSL) of color #9C4E97 hue: 189.91, saturation: 0.93 and lightness: 0.47.

The process color (four-color CMYK) of #9C4E97 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #9C4E97 is #ff9999. Color #9C4E97 contains mainly RED.

Color Spaces
Color spaces of #9C4E97Value
RGB156, 78, 151
HSL0.84, 0.33, 0.46
HSV304°, 50°, 61°
XYZ22.02, 14.75, 30.96
Base Numbers
Base Red Green Blue
Binary 10011100 1001110 10010111
Octal 234 116 227
Decimal 156 78 151
Hex 9C 4E 97

RGB Percentages for Color #9C4E97

40.52%
20.26%
39.22%

CMYK Percentages of the Color #9C4E97

50%
3.21%
38.82%
CSS Codes for Color #9C4E97
.mybgColor {background-color: #9C4E97;}
.myforeColor {color: #9C4E97;}
.myborderColor {border:3px solid #9C4E97;}
Text Font Color #9C4E97

<p style="color:#9C4E97">Text here</p>

This sample text is styled with the font color #9C4E97. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #9C4E97

<div style="background-color:#9C4E97">Div content here</div>

The background color of this div is #9C4E97
Border Color #9C4E97

<div style="border:3px solid #9C4E97">Div here</div>

The border color of this div is #9C4E97
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(156, 78, 151, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #9C4E97;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #9C4E97;
-webkit-box-shadow: 1px 1px 3px #9C4E97;
box-shadow: 1px 1px 3px #9C4E97;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156, 78, 151, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #9C4E97;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #9C4E97; -webkit-box-shadow: 1px 1px 3px #9C4E97; box-shadow: 1px 1px 3px #9C4E97;">Div content here</div>

This div box has a shadow with a specified color. #9C4E97

Scroll to Top