Shades of Deep Lilac #9955C1
Tints of Deep Lilac #9955C1
RGB
CMYK
RGB Variations
Color information
#9955C1 (or 0x9955C1) is known color: Deep Lilac. HEX triplet: 99, 55 and C1. RGB value is (153,85,193). Sum of RGB (Red+Green+Blue) = 153+85+193=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #9955C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955C1 is #66AA3E. Grayscale: #757575. Windows color (decimal): -6728255 or 12670361. OLE color: 12670361.
HSL color Cylindrical-coordinate representation of color #9955C1: hue angle of 277.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9955C1 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 85 | 193 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.24 |
| HSL | 277.78º | 0.47% | 0.55% | - |
| HSV(B) | 277.78º | 0.56% | 0.76% | - |
| XYZ | 26.01 | 17.12 | 52.39 | - |
| YUV | 117.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 193 | 0.21 | 0.56 | 0 | 0.24 | 277.78 | 0.47 | 0.55 |
| Hex | 99 | 55 | C1 | 15 | 38 | 0 | 18 | 116 | 2F | 37 |
| Octal | 231 | 125 | 301 | 25 | 70 | 0 | 30 | 426 | 57 | 67 |
| Binary | 10011001 | 1010101 | 11000001 | 10101 | 111000 | 0 | 11000 | 100010110 | 101111 | 110111 |
Color Harmonies of #9955C1
Complementary color
Monochromatic Colors of #9955C1
Black with #9955C1
Text Example
Text Example
White with #9955C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955C1; }
p { color: rgb(153,85,193); }
H1.HeaderClassName
{
color: #9955C1;
}
.AnyTagClassName
{
color: #9955C1;
}
</style>
background-color css
<style>
a { background-color: #9955C1; }
a { background-color: rgb(153,85,193); }
div.DivClassName
{
background-color: #9955C1;
}
.BgClassName
{
background-color: #9955C1;
}
</style>
border-color css
<style>
span { border-color: #9955C1; }
span { border-color: rgb(153,85,193); }
td.TdClassName
{
border-color: #9955C1;
}
.TagClassName
{
border-color: #9955C1;
}
</style>