Shades of Deep Lilac #8645BD
Tints of Deep Lilac #8645BD
RGB
CMYK
RGB Variations
Color information
#8645BD (or 0x8645BD) is known color: Deep Lilac. HEX triplet: 86, 45 and BD. RGB value is (134,69,189). Sum of RGB (Red+Green+Blue) = 134+69+189=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #8645BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8645BD is #79BA42. Grayscale: #656565. Windows color (decimal): -7977539 or 12404102. OLE color: 12404102.
HSL color Cylindrical-coordinate representation of color #8645BD: hue angle of 272.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8645BD is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 69 | 189 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.26 |
| HSL | 272.5º | 0.48% | 0.51% | - |
| HSV(B) | 272.5º | 0.63% | 0.74% | - |
| XYZ | 21.14 | 13 | 49.54 | - |
| YUV | 102.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 189 | 0.29 | 0.63 | 0 | 0.26 | 272.5 | 0.48 | 0.51 |
| Hex | 86 | 45 | BD | 1D | 3F | 0 | 1A | 110 | 30 | 33 |
| Octal | 206 | 105 | 275 | 35 | 77 | 0 | 32 | 420 | 60 | 63 |
| Binary | 10000110 | 1000101 | 10111101 | 11101 | 111111 | 0 | 11010 | 100010000 | 110000 | 110011 |
Color Harmonies of #8645BD
Complementary color
Monochromatic Colors of #8645BD
Black with #8645BD
Text Example
Text Example
White with #8645BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8645BD; }
p { color: rgb(134,69,189); }
H1.HeaderClassName
{
color: #8645BD;
}
.AnyTagClassName
{
color: #8645BD;
}
</style>
background-color css
<style>
a { background-color: #8645BD; }
a { background-color: rgb(134,69,189); }
div.DivClassName
{
background-color: #8645BD;
}
.BgClassName
{
background-color: #8645BD;
}
</style>
border-color css
<style>
span { border-color: #8645BD; }
span { border-color: rgb(134,69,189); }
td.TdClassName
{
border-color: #8645BD;
}
.TagClassName
{
border-color: #8645BD;
}
</style>