Shades of Deep Lilac #9865B4
Tints of Deep Lilac #9865B4
RGB
CMYK
RGB Variations
Color information
#9865B4 (or 0x9865B4) is known color: Deep Lilac. HEX triplet: 98, 65 and B4. RGB value is (152,101,180). Sum of RGB (Red+Green+Blue) = 152+101+180=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #9865B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865B4 is #679A4B. Grayscale: #7C7C7C. Windows color (decimal): -6789708 or 11822488. OLE color: 11822488.
HSL color Cylindrical-coordinate representation of color #9865B4: hue angle of 278.73º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9865B4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 101 | 180 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.29 |
| HSL | 278.73º | 0.34% | 0.55% | - |
| HSV(B) | 278.73º | 0.44% | 0.71% | - |
| XYZ | 25.84 | 19.28 | 45.54 | - |
| YUV | 125.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 180 | 0.16 | 0.44 | 0 | 0.29 | 278.73 | 0.34 | 0.55 |
| Hex | 98 | 65 | B4 | 10 | 2C | 0 | 1D | 117 | 22 | 37 |
| Octal | 230 | 145 | 264 | 20 | 54 | 0 | 35 | 427 | 42 | 67 |
| Binary | 10011000 | 1100101 | 10110100 | 10000 | 101100 | 0 | 11101 | 100010111 | 100010 | 110111 |
Color Harmonies of #9865B4
Complementary color
Monochromatic Colors of #9865B4
Black with #9865B4
Text Example
Text Example
White with #9865B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865B4; }
p { color: rgb(152,101,180); }
H1.HeaderClassName
{
color: #9865B4;
}
.AnyTagClassName
{
color: #9865B4;
}
</style>
background-color css
<style>
a { background-color: #9865B4; }
a { background-color: rgb(152,101,180); }
div.DivClassName
{
background-color: #9865B4;
}
.BgClassName
{
background-color: #9865B4;
}
</style>
border-color css
<style>
span { border-color: #9865B4; }
span { border-color: rgb(152,101,180); }
td.TdClassName
{
border-color: #9865B4;
}
.TagClassName
{
border-color: #9865B4;
}
</style>