Shades of Deep Lilac #9950CE
Tints of Deep Lilac #9950CE
RGB
CMYK
RGB Variations
Color information
#9950CE (or 0x9950CE) is known color: Deep Lilac. HEX triplet: 99, 50 and CE. RGB value is (153,80,206). Sum of RGB (Red+Green+Blue) = 153+80+206=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9950CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950CE is #66AF31. Grayscale: #737373. Windows color (decimal): -6729522 or 13521049. OLE color: 13521049.
HSL color Cylindrical-coordinate representation of color #9950CE: hue angle of 274.76º 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 #9950CE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 80 | 206 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.19 |
| HSL | 274.76º | 0.56% | 0.56% | - |
| HSV(B) | 274.76º | 0.61% | 0.81% | - |
| XYZ | 27.15 | 16.97 | 60.24 | - |
| YUV | 116.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 206 | 0.26 | 0.61 | 0 | 0.19 | 274.76 | 0.56 | 0.56 |
| Hex | 99 | 50 | CE | 1A | 3D | 0 | 13 | 113 | 38 | 38 |
| Octal | 231 | 120 | 316 | 32 | 75 | 0 | 23 | 423 | 70 | 70 |
| Binary | 10011001 | 1010000 | 11001110 | 11010 | 111101 | 0 | 10011 | 100010011 | 111000 | 111000 |
Color Harmonies of #9950CE
Complementary color
Monochromatic Colors of #9950CE
Black with #9950CE
Text Example
Text Example
White with #9950CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950CE; }
p { color: rgb(153,80,206); }
H1.HeaderClassName
{
color: #9950CE;
}
.AnyTagClassName
{
color: #9950CE;
}
</style>
background-color css
<style>
a { background-color: #9950CE; }
a { background-color: rgb(153,80,206); }
div.DivClassName
{
background-color: #9950CE;
}
.BgClassName
{
background-color: #9950CE;
}
</style>
border-color css
<style>
span { border-color: #9950CE; }
span { border-color: rgb(153,80,206); }
td.TdClassName
{
border-color: #9950CE;
}
.TagClassName
{
border-color: #9950CE;
}
</style>