Shades of Deep Lilac #8650B8
Tints of Deep Lilac #8650B8
RGB
CMYK
RGB Variations
Color information
#8650B8 (or 0x8650B8) is known color: Deep Lilac. HEX triplet: 86, 50 and B8. RGB value is (134,80,184). Sum of RGB (Red+Green+Blue) = 134+80+184=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #8650B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650B8 is #79AF47. Grayscale: #6B6B6B. Windows color (decimal): -7974728 or 12079238. OLE color: 12079238.
HSL color Cylindrical-coordinate representation of color #8650B8: hue angle of 271.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8650B8 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 80 | 184 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.28 |
| HSL | 271.15º | 0.42% | 0.52% | - |
| HSV(B) | 271.15º | 0.57% | 0.72% | - |
| XYZ | 21.35 | 14.27 | 46.98 | - |
| YUV | 108 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 184 | 0.27 | 0.57 | 0 | 0.28 | 271.15 | 0.42 | 0.52 |
| Hex | 86 | 50 | B8 | 1B | 39 | 0 | 1C | 10F | 2A | 34 |
| Octal | 206 | 120 | 270 | 33 | 71 | 0 | 34 | 417 | 52 | 64 |
| Binary | 10000110 | 1010000 | 10111000 | 11011 | 111001 | 0 | 11100 | 100001111 | 101010 | 110100 |
Color Harmonies of #8650B8
Complementary color
Monochromatic Colors of #8650B8
Black with #8650B8
Text Example
Text Example
White with #8650B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650B8; }
p { color: rgb(134,80,184); }
H1.HeaderClassName
{
color: #8650B8;
}
.AnyTagClassName
{
color: #8650B8;
}
</style>
background-color css
<style>
a { background-color: #8650B8; }
a { background-color: rgb(134,80,184); }
div.DivClassName
{
background-color: #8650B8;
}
.BgClassName
{
background-color: #8650B8;
}
</style>
border-color css
<style>
span { border-color: #8650B8; }
span { border-color: rgb(134,80,184); }
td.TdClassName
{
border-color: #8650B8;
}
.TagClassName
{
border-color: #8650B8;
}
</style>