Shades of Deep Lilac #864BBC
Tints of Deep Lilac #864BBC
RGB
CMYK
RGB Variations
Color information
#864BBC (or 0x864BBC) is known color: Deep Lilac. HEX triplet: 86, 4B and BC. RGB value is (134,75,188). Sum of RGB (Red+Green+Blue) = 134+75+188=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #864BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BBC is #79B443. Grayscale: #696969. Windows color (decimal): -7976004 or 12340102. OLE color: 12340102.
HSL color Cylindrical-coordinate representation of color #864BBC: hue angle of 271.33º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864BBC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 75 | 188 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.26 |
| HSL | 271.33º | 0.46% | 0.52% | - |
| HSV(B) | 271.33º | 0.6% | 0.74% | - |
| XYZ | 21.42 | 13.73 | 49.1 | - |
| YUV | 105.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 188 | 0.29 | 0.60 | 0 | 0.26 | 271.33 | 0.46 | 0.52 |
| Hex | 86 | 4B | BC | 1D | 3C | 0 | 1A | 10F | 2E | 34 |
| Octal | 206 | 113 | 274 | 35 | 74 | 0 | 32 | 417 | 56 | 64 |
| Binary | 10000110 | 1001011 | 10111100 | 11101 | 111100 | 0 | 11010 | 100001111 | 101110 | 110100 |
Color Harmonies of #864BBC
Complementary color
Monochromatic Colors of #864BBC
Black with #864BBC
Text Example
Text Example
White with #864BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864BBC; }
p { color: rgb(134,75,188); }
H1.HeaderClassName
{
color: #864BBC;
}
.AnyTagClassName
{
color: #864BBC;
}
</style>
background-color css
<style>
a { background-color: #864BBC; }
a { background-color: rgb(134,75,188); }
div.DivClassName
{
background-color: #864BBC;
}
.BgClassName
{
background-color: #864BBC;
}
</style>
border-color css
<style>
span { border-color: #864BBC; }
span { border-color: rgb(134,75,188); }
td.TdClassName
{
border-color: #864BBC;
}
.TagClassName
{
border-color: #864BBC;
}
</style>