Shades of Lilac Bush #996FCC
Tints of Lilac Bush #996FCC
RGB
CMYK
RGB Variations
Color information
#996FCC (or 0x996FCC) is known color: Lilac Bush. HEX triplet: 99, 6F and CC. RGB value is (153,111,204). Sum of RGB (Red+Green+Blue) = 153+111+204=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #996FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCC is #669033. Grayscale: #858585. Windows color (decimal): -6721588 or 13397913. OLE color: 13397913.
HSL color Cylindrical-coordinate representation of color #996FCC: hue angle of 267.1º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996FCC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 111 | 204 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.2 |
| HSL | 267.1º | 0.48% | 0.62% | - |
| HSV(B) | 267.1º | 0.46% | 0.8% | - |
| XYZ | 29.72 | 22.5 | 59.9 | - |
| YUV | 134.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 204 | 0.25 | 0.46 | 0 | 0.2 | 267.1 | 0.48 | 0.62 |
| Hex | 99 | 6F | CC | 19 | 2E | 0 | 14 | 10B | 30 | 3E |
| Octal | 231 | 157 | 314 | 31 | 56 | 0 | 24 | 413 | 60 | 76 |
| Binary | 10011001 | 1101111 | 11001100 | 11001 | 101110 | 0 | 10100 | 100001011 | 110000 | 111110 |
Color Harmonies of #996FCC
Complementary color
Monochromatic Colors of #996FCC
Black with #996FCC
Text Example
Text Example
White with #996FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FCC; }
p { color: rgb(153,111,204); }
H1.HeaderClassName
{
color: #996FCC;
}
.AnyTagClassName
{
color: #996FCC;
}
</style>
background-color css
<style>
a { background-color: #996FCC; }
a { background-color: rgb(153,111,204); }
div.DivClassName
{
background-color: #996FCC;
}
.BgClassName
{
background-color: #996FCC;
}
</style>
border-color css
<style>
span { border-color: #996FCC; }
span { border-color: rgb(153,111,204); }
td.TdClassName
{
border-color: #996FCC;
}
.TagClassName
{
border-color: #996FCC;
}
</style>