Shades of Deep Lilac #9850BA
Tints of Deep Lilac #9850BA
RGB
CMYK
RGB Variations
Color information
#9850BA (or 0x9850BA) is known color: Deep Lilac. HEX triplet: 98, 50 and BA. RGB value is (152,80,186). Sum of RGB (Red+Green+Blue) = 152+80+186=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9850BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850BA is #67AF45. Grayscale: #717171. Windows color (decimal): -6795078 or 12210328. OLE color: 12210328.
HSL color Cylindrical-coordinate representation of color #9850BA: hue angle of 280.75º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9850BA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 80 | 186 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.27 |
| HSL | 280.75º | 0.43% | 0.52% | - |
| HSV(B) | 280.75º | 0.57% | 0.73% | - |
| XYZ | 24.68 | 15.96 | 48.23 | - |
| YUV | 113.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 186 | 0.18 | 0.57 | 0 | 0.27 | 280.75 | 0.43 | 0.52 |
| Hex | 98 | 50 | BA | 12 | 39 | 0 | 1B | 119 | 2B | 34 |
| Octal | 230 | 120 | 272 | 22 | 71 | 0 | 33 | 431 | 53 | 64 |
| Binary | 10011000 | 1010000 | 10111010 | 10010 | 111001 | 0 | 11011 | 100011001 | 101011 | 110100 |
Color Harmonies of #9850BA
Complementary color
Monochromatic Colors of #9850BA
Black with #9850BA
Text Example
Text Example
White with #9850BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9850BA; }
p { color: rgb(152,80,186); }
H1.HeaderClassName
{
color: #9850BA;
}
.AnyTagClassName
{
color: #9850BA;
}
</style>
background-color css
<style>
a { background-color: #9850BA; }
a { background-color: rgb(152,80,186); }
div.DivClassName
{
background-color: #9850BA;
}
.BgClassName
{
background-color: #9850BA;
}
</style>
border-color css
<style>
span { border-color: #9850BA; }
span { border-color: rgb(152,80,186); }
td.TdClassName
{
border-color: #9850BA;
}
.TagClassName
{
border-color: #9850BA;
}
</style>