Shades of Deep Lilac #9958C8
Tints of Deep Lilac #9958C8
RGB
CMYK
RGB Variations
Color information
#9958C8 (or 0x9958C8) is known color: Deep Lilac. HEX triplet: 99, 58 and C8. RGB value is (153,88,200). Sum of RGB (Red+Green+Blue) = 153+88+200=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #9958C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958C8 is #66A737. Grayscale: #777777. Windows color (decimal): -6727480 or 13129881. OLE color: 13129881.
HSL color Cylindrical-coordinate representation of color #9958C8: hue angle of 274.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9958C8 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 88 | 200 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.22 |
| HSL | 274.82º | 0.5% | 0.56% | - |
| HSV(B) | 274.82º | 0.56% | 0.78% | - |
| XYZ | 27.05 | 17.92 | 56.68 | - |
| YUV | 120.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 200 | 0.24 | 0.56 | 0 | 0.22 | 274.82 | 0.5 | 0.56 |
| Hex | 99 | 58 | C8 | 18 | 38 | 0 | 16 | 113 | 32 | 38 |
| Octal | 231 | 130 | 310 | 30 | 70 | 0 | 26 | 423 | 62 | 70 |
| Binary | 10011001 | 1011000 | 11001000 | 11000 | 111000 | 0 | 10110 | 100010011 | 110010 | 111000 |
Color Harmonies of #9958C8
Complementary color
Monochromatic Colors of #9958C8
Black with #9958C8
Text Example
Text Example
White with #9958C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958C8; }
p { color: rgb(153,88,200); }
H1.HeaderClassName
{
color: #9958C8;
}
.AnyTagClassName
{
color: #9958C8;
}
</style>
background-color css
<style>
a { background-color: #9958C8; }
a { background-color: rgb(153,88,200); }
div.DivClassName
{
background-color: #9958C8;
}
.BgClassName
{
background-color: #9958C8;
}
</style>
border-color css
<style>
span { border-color: #9958C8; }
span { border-color: rgb(153,88,200); }
td.TdClassName
{
border-color: #9958C8;
}
.TagClassName
{
border-color: #9958C8;
}
</style>