Shades of Deep Lilac #9848B2
Tints of Deep Lilac #9848B2
RGB
CMYK
RGB Variations
Color information
#9848B2 (or 0x9848B2) is known color: Deep Lilac. HEX triplet: 98, 48 and B2. RGB value is (152,72,178). Sum of RGB (Red+Green+Blue) = 152+72+178=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #9848B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848B2 is #67B74D. Grayscale: #6B6B6B. Windows color (decimal): -6797134 or 11683992. OLE color: 11683992.
HSL color Cylindrical-coordinate representation of color #9848B2: hue angle of 285.28º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9848B2 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 72 | 178 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.30 |
| HSL | 285.28º | 0.42% | 0.49% | - |
| HSV(B) | 285.28º | 0.6% | 0.7% | - |
| XYZ | 23.3 | 14.52 | 43.69 | - |
| YUV | 108 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 178 | 0.15 | 0.60 | 0 | 0.30 | 285.28 | 0.42 | 0.49 |
| Hex | 98 | 48 | B2 | F | 3C | 0 | 1E | 11D | 2A | 31 |
| Octal | 230 | 110 | 262 | 17 | 74 | 0 | 36 | 435 | 52 | 61 |
| Binary | 10011000 | 1001000 | 10110010 | 1111 | 111100 | 0 | 11110 | 100011101 | 101010 | 110001 |
Color Harmonies of #9848B2
Complementary color
Monochromatic Colors of #9848B2
Black with #9848B2
Text Example
Text Example
White with #9848B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848B2; }
p { color: rgb(152,72,178); }
H1.HeaderClassName
{
color: #9848B2;
}
.AnyTagClassName
{
color: #9848B2;
}
</style>
background-color css
<style>
a { background-color: #9848B2; }
a { background-color: rgb(152,72,178); }
div.DivClassName
{
background-color: #9848B2;
}
.BgClassName
{
background-color: #9848B2;
}
</style>
border-color css
<style>
span { border-color: #9848B2; }
span { border-color: rgb(152,72,178); }
td.TdClassName
{
border-color: #9848B2;
}
.TagClassName
{
border-color: #9848B2;
}
</style>