Shades of Lilac Bush #996FCB
Tints of Lilac Bush #996FCB
RGB
CMYK
RGB Variations
Color information
#996FCB (or 0x996FCB) is known color: Lilac Bush. HEX triplet: 99, 6F and CB. RGB value is (153,111,203). Sum of RGB (Red+Green+Blue) = 153+111+203=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #996FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCB is #669034. Grayscale: #858585. Windows color (decimal): -6721589 or 13332377. OLE color: 13332377.
HSL color Cylindrical-coordinate representation of color #996FCB: hue angle of 267.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996FCB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 111 | 203 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.20 |
| HSL | 267.39º | 0.47% | 0.62% | - |
| HSV(B) | 267.39º | 0.45% | 0.8% | - |
| XYZ | 29.6 | 22.45 | 59.27 | - |
| YUV | 134.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 203 | 0.25 | 0.45 | 0 | 0.20 | 267.39 | 0.47 | 0.62 |
| Hex | 99 | 6F | CB | 19 | 2D | 0 | 14 | 10B | 2F | 3E |
| Octal | 231 | 157 | 313 | 31 | 55 | 0 | 24 | 413 | 57 | 76 |
| Binary | 10011001 | 1101111 | 11001011 | 11001 | 101101 | 0 | 10100 | 100001011 | 101111 | 111110 |
Color Harmonies of #996FCB
Complementary color
Monochromatic Colors of #996FCB
Black with #996FCB
Text Example
Text Example
White with #996FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FCB; }
p { color: rgb(153,111,203); }
H1.HeaderClassName
{
color: #996FCB;
}
.AnyTagClassName
{
color: #996FCB;
}
</style>
background-color css
<style>
a { background-color: #996FCB; }
a { background-color: rgb(153,111,203); }
div.DivClassName
{
background-color: #996FCB;
}
.BgClassName
{
background-color: #996FCB;
}
</style>
border-color css
<style>
span { border-color: #996FCB; }
span { border-color: rgb(153,111,203); }
td.TdClassName
{
border-color: #996FCB;
}
.TagClassName
{
border-color: #996FCB;
}
</style>