Shades of Deep Lilac #9850CC
Tints of Deep Lilac #9850CC
RGB
CMYK
RGB Variations
Color information
#9850CC (or 0x9850CC) is known color: Deep Lilac. HEX triplet: 98, 50 and CC. RGB value is (152,80,204). Sum of RGB (Red+Green+Blue) = 152+80+204=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9850CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850CC is #67AF33. Grayscale: #737373. Windows color (decimal): -6795060 or 13389976. OLE color: 13389976.
HSL color Cylindrical-coordinate representation of color #9850CC: hue angle of 274.84º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9850CC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 80 | 204 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.2 |
| HSL | 274.84º | 0.55% | 0.56% | - |
| HSV(B) | 274.84º | 0.61% | 0.8% | - |
| XYZ | 26.72 | 16.77 | 58.96 | - |
| YUV | 115.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 204 | 0.25 | 0.61 | 0 | 0.2 | 274.84 | 0.55 | 0.56 |
| Hex | 98 | 50 | CC | 19 | 3D | 0 | 14 | 113 | 37 | 38 |
| Octal | 230 | 120 | 314 | 31 | 75 | 0 | 24 | 423 | 67 | 70 |
| Binary | 10011000 | 1010000 | 11001100 | 11001 | 111101 | 0 | 10100 | 100010011 | 110111 | 111000 |
Color Harmonies of #9850CC
Complementary color
Monochromatic Colors of #9850CC
Black with #9850CC
Text Example
Text Example
White with #9850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9850CC; }
p { color: rgb(152,80,204); }
H1.HeaderClassName
{
color: #9850CC;
}
.AnyTagClassName
{
color: #9850CC;
}
</style>
background-color css
<style>
a { background-color: #9850CC; }
a { background-color: rgb(152,80,204); }
div.DivClassName
{
background-color: #9850CC;
}
.BgClassName
{
background-color: #9850CC;
}
</style>
border-color css
<style>
span { border-color: #9850CC; }
span { border-color: rgb(152,80,204); }
td.TdClassName
{
border-color: #9850CC;
}
.TagClassName
{
border-color: #9850CC;
}
</style>