Shades of Lilac Bush #9772CB
Tints of Lilac Bush #9772CB
RGB
CMYK
RGB Variations
Color information
#9772CB (or 0x9772CB) is known color: Lilac Bush. HEX triplet: 97, 72 and CB. RGB value is (151,114,203). Sum of RGB (Red+Green+Blue) = 151+114+203=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9772CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9772CB is #688D34. Grayscale: #868686. Windows color (decimal): -6851893 or 13333143. OLE color: 13333143.
HSL color Cylindrical-coordinate representation of color #9772CB: hue angle of 264.94º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9772CB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 114 | 203 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.20 |
| HSL | 264.94º | 0.46% | 0.62% | - |
| HSV(B) | 264.94º | 0.44% | 0.8% | - |
| XYZ | 29.56 | 22.93 | 59.37 | - |
| YUV | 135.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 203 | 0.26 | 0.44 | 0 | 0.20 | 264.94 | 0.46 | 0.62 |
| Hex | 97 | 72 | CB | 1A | 2C | 0 | 14 | 109 | 2E | 3E |
| Octal | 227 | 162 | 313 | 32 | 54 | 0 | 24 | 411 | 56 | 76 |
| Binary | 10010111 | 1110010 | 11001011 | 11010 | 101100 | 0 | 10100 | 100001001 | 101110 | 111110 |
Color Harmonies of #9772CB
Complementary color
Monochromatic Colors of #9772CB
Black with #9772CB
Text Example
Text Example
White with #9772CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9772CB; }
p { color: rgb(151,114,203); }
H1.HeaderClassName
{
color: #9772CB;
}
.AnyTagClassName
{
color: #9772CB;
}
</style>
background-color css
<style>
a { background-color: #9772CB; }
a { background-color: rgb(151,114,203); }
div.DivClassName
{
background-color: #9772CB;
}
.BgClassName
{
background-color: #9772CB;
}
</style>
border-color css
<style>
span { border-color: #9772CB; }
span { border-color: rgb(151,114,203); }
td.TdClassName
{
border-color: #9772CB;
}
.TagClassName
{
border-color: #9772CB;
}
</style>