Shades of Deep Lilac #8752B3
Tints of Deep Lilac #8752B3
RGB
CMYK
RGB Variations
Color information
#8752B3 (or 0x8752B3) is known color: Deep Lilac. HEX triplet: 87, 52 and B3. RGB value is (135,82,179). Sum of RGB (Red+Green+Blue) = 135+82+179=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #8752B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752B3 is #78AD4C. Grayscale: #6C6C6C. Windows color (decimal): -7908685 or 11752071. OLE color: 11752071.
HSL color Cylindrical-coordinate representation of color #8752B3: hue angle of 272.78º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8752B3 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 82 | 179 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.30 |
| HSL | 272.78º | 0.39% | 0.51% | - |
| HSV(B) | 272.78º | 0.54% | 0.7% | - |
| XYZ | 21.15 | 14.44 | 44.32 | - |
| YUV | 108.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 179 | 0.25 | 0.54 | 0 | 0.30 | 272.78 | 0.39 | 0.51 |
| Hex | 87 | 52 | B3 | 19 | 36 | 0 | 1E | 111 | 27 | 33 |
| Octal | 207 | 122 | 263 | 31 | 66 | 0 | 36 | 421 | 47 | 63 |
| Binary | 10000111 | 1010010 | 10110011 | 11001 | 110110 | 0 | 11110 | 100010001 | 100111 | 110011 |
Color Harmonies of #8752B3
Complementary color
Monochromatic Colors of #8752B3
Black with #8752B3
Text Example
Text Example
White with #8752B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752B3; }
p { color: rgb(135,82,179); }
H1.HeaderClassName
{
color: #8752B3;
}
.AnyTagClassName
{
color: #8752B3;
}
</style>
background-color css
<style>
a { background-color: #8752B3; }
a { background-color: rgb(135,82,179); }
div.DivClassName
{
background-color: #8752B3;
}
.BgClassName
{
background-color: #8752B3;
}
</style>
border-color css
<style>
span { border-color: #8752B3; }
span { border-color: rgb(135,82,179); }
td.TdClassName
{
border-color: #8752B3;
}
.TagClassName
{
border-color: #8752B3;
}
</style>