Shades of Deep Lilac #9550CE
Tints of Deep Lilac #9550CE
RGB
CMYK
RGB Variations
Color information
#9550CE (or 0x9550CE) is known color: Deep Lilac. HEX triplet: 95, 50 and CE. RGB value is (149,80,206). Sum of RGB (Red+Green+Blue) = 149+80+206=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #9550CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550CE is #6AAF31. Grayscale: #727272. Windows color (decimal): -6991666 or 13521045. OLE color: 13521045.
HSL color Cylindrical-coordinate representation of color #9550CE: hue angle of 272.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9550CE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 80 | 206 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.19 |
| HSL | 272.86º | 0.56% | 0.56% | - |
| HSV(B) | 272.86º | 0.61% | 0.81% | - |
| XYZ | 26.4 | 16.58 | 60.2 | - |
| YUV | 115 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 206 | 0.28 | 0.61 | 0 | 0.19 | 272.86 | 0.56 | 0.56 |
| Hex | 95 | 50 | CE | 1C | 3D | 0 | 13 | 111 | 38 | 38 |
| Octal | 225 | 120 | 316 | 34 | 75 | 0 | 23 | 421 | 70 | 70 |
| Binary | 10010101 | 1010000 | 11001110 | 11100 | 111101 | 0 | 10011 | 100010001 | 111000 | 111000 |
Color Harmonies of #9550CE
Complementary color
Monochromatic Colors of #9550CE
Black with #9550CE
Text Example
Text Example
White with #9550CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550CE; }
p { color: rgb(149,80,206); }
H1.HeaderClassName
{
color: #9550CE;
}
.AnyTagClassName
{
color: #9550CE;
}
</style>
background-color css
<style>
a { background-color: #9550CE; }
a { background-color: rgb(149,80,206); }
div.DivClassName
{
background-color: #9550CE;
}
.BgClassName
{
background-color: #9550CE;
}
</style>
border-color css
<style>
span { border-color: #9550CE; }
span { border-color: rgb(149,80,206); }
td.TdClassName
{
border-color: #9550CE;
}
.TagClassName
{
border-color: #9550CE;
}
</style>