Shades of Deep Lilac #995CBA
Tints of Deep Lilac #995CBA
RGB
CMYK
RGB Variations
Color information
#995CBA (or 0x995CBA) is known color: Deep Lilac. HEX triplet: 99, 5C and BA. RGB value is (153,92,186). Sum of RGB (Red+Green+Blue) = 153+92+186=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #995CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBA is #66A345. Grayscale: #787878. Windows color (decimal): -6726470 or 12213401. OLE color: 12213401.
HSL color Cylindrical-coordinate representation of color #995CBA: hue angle of 278.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995CBA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 92 | 186 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.27 |
| HSL | 278.94º | 0.41% | 0.55% | - |
| HSV(B) | 278.94º | 0.51% | 0.73% | - |
| XYZ | 25.83 | 17.97 | 48.56 | - |
| YUV | 120.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 186 | 0.18 | 0.51 | 0 | 0.27 | 278.94 | 0.41 | 0.55 |
| Hex | 99 | 5C | BA | 12 | 33 | 0 | 1B | 117 | 29 | 37 |
| Octal | 231 | 134 | 272 | 22 | 63 | 0 | 33 | 427 | 51 | 67 |
| Binary | 10011001 | 1011100 | 10111010 | 10010 | 110011 | 0 | 11011 | 100010111 | 101001 | 110111 |
Color Harmonies of #995CBA
Complementary color
Monochromatic Colors of #995CBA
Black with #995CBA
Text Example
Text Example
White with #995CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CBA; }
p { color: rgb(153,92,186); }
H1.HeaderClassName
{
color: #995CBA;
}
.AnyTagClassName
{
color: #995CBA;
}
</style>
background-color css
<style>
a { background-color: #995CBA; }
a { background-color: rgb(153,92,186); }
div.DivClassName
{
background-color: #995CBA;
}
.BgClassName
{
background-color: #995CBA;
}
</style>
border-color css
<style>
span { border-color: #995CBA; }
span { border-color: rgb(153,92,186); }
td.TdClassName
{
border-color: #995CBA;
}
.TagClassName
{
border-color: #995CBA;
}
</style>