Shades of Deep Lilac #9858C1
Tints of Deep Lilac #9858C1
RGB
CMYK
RGB Variations
Color information
#9858C1 (or 0x9858C1) is known color: Deep Lilac. HEX triplet: 98, 58 and C1. RGB value is (152,88,193). Sum of RGB (Red+Green+Blue) = 152+88+193=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #9858C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858C1 is #67A73E. Grayscale: #767676. Windows color (decimal): -6793023 or 12671128. OLE color: 12671128.
HSL color Cylindrical-coordinate representation of color #9858C1: hue angle of 276.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9858C1 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 88 | 193 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.24 |
| HSL | 276.57º | 0.46% | 0.55% | - |
| HSV(B) | 276.57º | 0.54% | 0.76% | - |
| XYZ | 26.06 | 17.51 | 52.46 | - |
| YUV | 119.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 193 | 0.21 | 0.54 | 0 | 0.24 | 276.57 | 0.46 | 0.55 |
| Hex | 98 | 58 | C1 | 15 | 36 | 0 | 18 | 115 | 2E | 37 |
| Octal | 230 | 130 | 301 | 25 | 66 | 0 | 30 | 425 | 56 | 67 |
| Binary | 10011000 | 1011000 | 11000001 | 10101 | 110110 | 0 | 11000 | 100010101 | 101110 | 110111 |
Color Harmonies of #9858C1
Complementary color
Monochromatic Colors of #9858C1
Black with #9858C1
Text Example
Text Example
White with #9858C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858C1; }
p { color: rgb(152,88,193); }
H1.HeaderClassName
{
color: #9858C1;
}
.AnyTagClassName
{
color: #9858C1;
}
</style>
background-color css
<style>
a { background-color: #9858C1; }
a { background-color: rgb(152,88,193); }
div.DivClassName
{
background-color: #9858C1;
}
.BgClassName
{
background-color: #9858C1;
}
</style>
border-color css
<style>
span { border-color: #9858C1; }
span { border-color: rgb(152,88,193); }
td.TdClassName
{
border-color: #9858C1;
}
.TagClassName
{
border-color: #9858C1;
}
</style>