Shades of Lilac Bush #9975C2
Tints of Lilac Bush #9975C2
RGB
CMYK
RGB Variations
Color information
#9975C2 (or 0x9975C2) is known color: Lilac Bush. HEX triplet: 99, 75 and C2. RGB value is (153,117,194). Sum of RGB (Red+Green+Blue) = 153+117+194=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #9975C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975C2 is #668A3D. Grayscale: #888888. Windows color (decimal): -6720062 or 12744089. OLE color: 12744089.
HSL color Cylindrical-coordinate representation of color #9975C2: hue angle of 268.05º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9975C2 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 117 | 194 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.24 |
| HSL | 268.05º | 0.39% | 0.61% | - |
| HSV(B) | 268.05º | 0.4% | 0.76% | - |
| XYZ | 29.24 | 23.39 | 54.01 | - |
| YUV | 136.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 194 | 0.21 | 0.40 | 0 | 0.24 | 268.05 | 0.39 | 0.61 |
| Hex | 99 | 75 | C2 | 15 | 28 | 0 | 18 | 10C | 27 | 3D |
| Octal | 231 | 165 | 302 | 25 | 50 | 0 | 30 | 414 | 47 | 75 |
| Binary | 10011001 | 1110101 | 11000010 | 10101 | 101000 | 0 | 11000 | 100001100 | 100111 | 111101 |
Color Harmonies of #9975C2
Complementary color
Monochromatic Colors of #9975C2
Black with #9975C2
Text Example
Text Example
White with #9975C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975C2; }
p { color: rgb(153,117,194); }
H1.HeaderClassName
{
color: #9975C2;
}
.AnyTagClassName
{
color: #9975C2;
}
</style>
background-color css
<style>
a { background-color: #9975C2; }
a { background-color: rgb(153,117,194); }
div.DivClassName
{
background-color: #9975C2;
}
.BgClassName
{
background-color: #9975C2;
}
</style>
border-color css
<style>
span { border-color: #9975C2; }
span { border-color: rgb(153,117,194); }
td.TdClassName
{
border-color: #9975C2;
}
.TagClassName
{
border-color: #9975C2;
}
</style>