Shades of Deep Lilac #9C3EAF
Tints of Deep Lilac #9C3EAF
RGB
CMYK
RGB Variations
Color information
#9C3EAF (or 0x9C3EAF) is known color: Deep Lilac. HEX triplet: 9C, 3E and AF. RGB value is (156,62,175). Sum of RGB (Red+Green+Blue) = 156+62+175=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C3EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3EAF is #63C150. Grayscale: #666666. Windows color (decimal): -6537553 or 11484828. OLE color: 11484828.
HSL color Cylindrical-coordinate representation of color #9C3EAF: hue angle of 289.91º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3EAF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 62 | 175 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.31 |
| HSL | 289.91º | 0.48% | 0.46% | - |
| HSV(B) | 289.91º | 0.65% | 0.69% | - |
| XYZ | 23.17 | 13.61 | 41.96 | - |
| YUV | 102.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 175 | 0.11 | 0.65 | 0 | 0.31 | 289.91 | 0.48 | 0.46 |
| Hex | 9C | 3E | AF | B | 41 | 0 | 1F | 122 | 30 | 2E |
| Octal | 234 | 76 | 257 | 13 | 101 | 0 | 37 | 442 | 60 | 56 |
| Binary | 10011100 | 111110 | 10101111 | 1011 | 1000001 | 0 | 11111 | 100100010 | 110000 | 101110 |
Color Harmonies of #9C3EAF
Complementary color
Monochromatic Colors of #9C3EAF
Black with #9C3EAF
Text Example
Text Example
White with #9C3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3EAF; }
p { color: rgb(156,62,175); }
H1.HeaderClassName
{
color: #9C3EAF;
}
.AnyTagClassName
{
color: #9C3EAF;
}
</style>
background-color css
<style>
a { background-color: #9C3EAF; }
a { background-color: rgb(156,62,175); }
div.DivClassName
{
background-color: #9C3EAF;
}
.BgClassName
{
background-color: #9C3EAF;
}
</style>
border-color css
<style>
span { border-color: #9C3EAF; }
span { border-color: rgb(156,62,175); }
td.TdClassName
{
border-color: #9C3EAF;
}
.TagClassName
{
border-color: #9C3EAF;
}
</style>