Shades of Deep Lilac #9D55CA
Tints of Deep Lilac #9D55CA
RGB
CMYK
RGB Variations
Color information
#9D55CA (or 0x9D55CA) is known color: Deep Lilac. HEX triplet: 9D, 55 and CA. RGB value is (157,85,202). Sum of RGB (Red+Green+Blue) = 157+85+202=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55CA is #62AA35. Grayscale: #777777. Windows color (decimal): -6466102 or 13260189. OLE color: 13260189.
HSL color Cylindrical-coordinate representation of color #9D55CA: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D55CA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 85 | 202 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.21 |
| HSL | 276.92º | 0.52% | 0.56% | - |
| HSV(B) | 276.92º | 0.58% | 0.79% | - |
| XYZ | 27.81 | 17.93 | 57.87 | - |
| YUV | 119.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 202 | 0.22 | 0.58 | 0 | 0.21 | 276.92 | 0.52 | 0.56 |
| Hex | 9D | 55 | CA | 16 | 3A | 0 | 15 | 115 | 34 | 38 |
| Octal | 235 | 125 | 312 | 26 | 72 | 0 | 25 | 425 | 64 | 70 |
| Binary | 10011101 | 1010101 | 11001010 | 10110 | 111010 | 0 | 10101 | 100010101 | 110100 | 111000 |
Color Harmonies of #9D55CA
Complementary color
Monochromatic Colors of #9D55CA
Black with #9D55CA
Text Example
Text Example
White with #9D55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D55CA; }
p { color: rgb(157,85,202); }
H1.HeaderClassName
{
color: #9D55CA;
}
.AnyTagClassName
{
color: #9D55CA;
}
</style>
background-color css
<style>
a { background-color: #9D55CA; }
a { background-color: rgb(157,85,202); }
div.DivClassName
{
background-color: #9D55CA;
}
.BgClassName
{
background-color: #9D55CA;
}
</style>
border-color css
<style>
span { border-color: #9D55CA; }
span { border-color: rgb(157,85,202); }
td.TdClassName
{
border-color: #9D55CA;
}
.TagClassName
{
border-color: #9D55CA;
}
</style>