Shades of Deep Lilac #8642BE
Tints of Deep Lilac #8642BE
RGB
CMYK
RGB Variations
Color information
#8642BE (or 0x8642BE) is known color: Deep Lilac. HEX triplet: 86, 42 and BE. RGB value is (134,66,190). Sum of RGB (Red+Green+Blue) = 134+66+190=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8642BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642BE is #79BD41. Grayscale: #646464. Windows color (decimal): -7978306 or 12468870. OLE color: 12468870.
HSL color Cylindrical-coordinate representation of color #8642BE: hue angle of 272.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8642BE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 66 | 190 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.25 |
| HSL | 272.9º | 0.49% | 0.5% | - |
| HSV(B) | 272.9º | 0.65% | 0.75% | - |
| XYZ | 21.07 | 12.68 | 50.05 | - |
| YUV | 100.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 190 | 0.29 | 0.65 | 0 | 0.25 | 272.9 | 0.49 | 0.5 |
| Hex | 86 | 42 | BE | 1D | 41 | 0 | 19 | 111 | 31 | 32 |
| Octal | 206 | 102 | 276 | 35 | 101 | 0 | 31 | 421 | 61 | 62 |
| Binary | 10000110 | 1000010 | 10111110 | 11101 | 1000001 | 0 | 11001 | 100010001 | 110001 | 110010 |
Color Harmonies of #8642BE
Complementary color
Monochromatic Colors of #8642BE
Black with #8642BE
Text Example
Text Example
White with #8642BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642BE; }
p { color: rgb(134,66,190); }
H1.HeaderClassName
{
color: #8642BE;
}
.AnyTagClassName
{
color: #8642BE;
}
</style>
background-color css
<style>
a { background-color: #8642BE; }
a { background-color: rgb(134,66,190); }
div.DivClassName
{
background-color: #8642BE;
}
.BgClassName
{
background-color: #8642BE;
}
</style>
border-color css
<style>
span { border-color: #8642BE; }
span { border-color: rgb(134,66,190); }
td.TdClassName
{
border-color: #8642BE;
}
.TagClassName
{
border-color: #8642BE;
}
</style>