Shades of Lilac Bush #9775CB
Tints of Lilac Bush #9775CB
RGB
CMYK
RGB Variations
Color information
#9775CB (or 0x9775CB) is known color: Lilac Bush. HEX triplet: 97, 75 and CB. RGB value is (151,117,203). Sum of RGB (Red+Green+Blue) = 151+117+203=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #9775CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775CB is #688A34. Grayscale: #888888. Windows color (decimal): -6851125 or 13333911. OLE color: 13333911.
HSL color Cylindrical-coordinate representation of color #9775CB: hue angle of 263.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9775CB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 117 | 203 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.20 |
| HSL | 263.72º | 0.45% | 0.63% | - |
| HSV(B) | 263.72º | 0.42% | 0.8% | - |
| XYZ | 29.9 | 23.61 | 59.48 | - |
| YUV | 136.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 203 | 0.26 | 0.42 | 0 | 0.20 | 263.72 | 0.45 | 0.63 |
| Hex | 97 | 75 | CB | 1A | 2A | 0 | 14 | 108 | 2D | 3F |
| Octal | 227 | 165 | 313 | 32 | 52 | 0 | 24 | 410 | 55 | 77 |
| Binary | 10010111 | 1110101 | 11001011 | 11010 | 101010 | 0 | 10100 | 100001000 | 101101 | 111111 |
Color Harmonies of #9775CB
Complementary color
Monochromatic Colors of #9775CB
Black with #9775CB
Text Example
Text Example
White with #9775CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9775CB; }
p { color: rgb(151,117,203); }
H1.HeaderClassName
{
color: #9775CB;
}
.AnyTagClassName
{
color: #9775CB;
}
</style>
background-color css
<style>
a { background-color: #9775CB; }
a { background-color: rgb(151,117,203); }
div.DivClassName
{
background-color: #9775CB;
}
.BgClassName
{
background-color: #9775CB;
}
</style>
border-color css
<style>
span { border-color: #9775CB; }
span { border-color: rgb(151,117,203); }
td.TdClassName
{
border-color: #9775CB;
}
.TagClassName
{
border-color: #9775CB;
}
</style>