Shades of Deep Lilac #8952B5
Tints of Deep Lilac #8952B5
RGB
CMYK
RGB Variations
Color information
#8952B5 (or 0x8952B5) is known color: Deep Lilac. HEX triplet: 89, 52 and B5. RGB value is (137,82,181). Sum of RGB (Red+Green+Blue) = 137+82+181=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #8952B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952B5 is #76AD4A. Grayscale: #6D6D6D. Windows color (decimal): -7777611 or 11883145. OLE color: 11883145.
HSL color Cylindrical-coordinate representation of color #8952B5: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8952B5 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 82 | 181 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.29 |
| HSL | 273.33º | 0.4% | 0.52% | - |
| HSV(B) | 273.33º | 0.55% | 0.71% | - |
| XYZ | 21.67 | 14.69 | 45.41 | - |
| YUV | 109.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 181 | 0.24 | 0.55 | 0 | 0.29 | 273.33 | 0.4 | 0.52 |
| Hex | 89 | 52 | B5 | 18 | 37 | 0 | 1D | 111 | 28 | 34 |
| Octal | 211 | 122 | 265 | 30 | 67 | 0 | 35 | 421 | 50 | 64 |
| Binary | 10001001 | 1010010 | 10110101 | 11000 | 110111 | 0 | 11101 | 100010001 | 101000 | 110100 |
Color Harmonies of #8952B5
Complementary color
Monochromatic Colors of #8952B5
Black with #8952B5
Text Example
Text Example
White with #8952B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952B5; }
p { color: rgb(137,82,181); }
H1.HeaderClassName
{
color: #8952B5;
}
.AnyTagClassName
{
color: #8952B5;
}
</style>
background-color css
<style>
a { background-color: #8952B5; }
a { background-color: rgb(137,82,181); }
div.DivClassName
{
background-color: #8952B5;
}
.BgClassName
{
background-color: #8952B5;
}
</style>
border-color css
<style>
span { border-color: #8952B5; }
span { border-color: rgb(137,82,181); }
td.TdClassName
{
border-color: #8952B5;
}
.TagClassName
{
border-color: #8952B5;
}
</style>