Shades of Deep Lilac #9C5CBE
Tints of Deep Lilac #9C5CBE
RGB
CMYK
RGB Variations
Color information
#9C5CBE (or 0x9C5CBE) is known color: Deep Lilac. HEX triplet: 9C, 5C and BE. RGB value is (156,92,190). Sum of RGB (Red+Green+Blue) = 156+92+190=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CBE is #63A341. Grayscale: #797979. Windows color (decimal): -6529858 or 12475548. OLE color: 12475548.
HSL color Cylindrical-coordinate representation of color #9C5CBE: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C5CBE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 92 | 190 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.25 |
| HSL | 279.18º | 0.43% | 0.55% | - |
| HSV(B) | 279.18º | 0.52% | 0.75% | - |
| XYZ | 26.83 | 18.44 | 50.86 | - |
| YUV | 122.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 190 | 0.18 | 0.52 | 0 | 0.25 | 279.18 | 0.43 | 0.55 |
| Hex | 9C | 5C | BE | 12 | 34 | 0 | 19 | 117 | 2B | 37 |
| Octal | 234 | 134 | 276 | 22 | 64 | 0 | 31 | 427 | 53 | 67 |
| Binary | 10011100 | 1011100 | 10111110 | 10010 | 110100 | 0 | 11001 | 100010111 | 101011 | 110111 |
Color Harmonies of #9C5CBE
Complementary color
Monochromatic Colors of #9C5CBE
Black with #9C5CBE
Text Example
Text Example
White with #9C5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CBE; }
p { color: rgb(156,92,190); }
H1.HeaderClassName
{
color: #9C5CBE;
}
.AnyTagClassName
{
color: #9C5CBE;
}
</style>
background-color css
<style>
a { background-color: #9C5CBE; }
a { background-color: rgb(156,92,190); }
div.DivClassName
{
background-color: #9C5CBE;
}
.BgClassName
{
background-color: #9C5CBE;
}
</style>
border-color css
<style>
span { border-color: #9C5CBE; }
span { border-color: rgb(156,92,190); }
td.TdClassName
{
border-color: #9C5CBE;
}
.TagClassName
{
border-color: #9C5CBE;
}
</style>