Shades of Deep Lilac #8B58BE
Tints of Deep Lilac #8B58BE
RGB
CMYK
RGB Variations
Color information
#8B58BE (or 0x8B58BE) is known color: Deep Lilac. HEX triplet: 8B, 58 and BE. RGB value is (139,88,190). Sum of RGB (Red+Green+Blue) = 139+88+190=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58BE is #74A741. Grayscale: #727272. Windows color (decimal): -7644994 or 12474507. OLE color: 12474507.
HSL color Cylindrical-coordinate representation of color #8B58BE: hue angle of 270º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B58BE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 88 | 190 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.25 |
| HSL | 270º | 0.44% | 0.55% | - |
| HSV(B) | 270º | 0.54% | 0.75% | - |
| XYZ | 23.43 | 16.19 | 50.6 | - |
| YUV | 114.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 190 | 0.27 | 0.54 | 0 | 0.25 | 270 | 0.44 | 0.55 |
| Hex | 8B | 58 | BE | 1B | 36 | 0 | 19 | 10E | 2C | 37 |
| Octal | 213 | 130 | 276 | 33 | 66 | 0 | 31 | 416 | 54 | 67 |
| Binary | 10001011 | 1011000 | 10111110 | 11011 | 110110 | 0 | 11001 | 100001110 | 101100 | 110111 |
Color Harmonies of #8B58BE
Complementary color
Monochromatic Colors of #8B58BE
Black with #8B58BE
Text Example
Text Example
White with #8B58BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58BE; }
p { color: rgb(139,88,190); }
H1.HeaderClassName
{
color: #8B58BE;
}
.AnyTagClassName
{
color: #8B58BE;
}
</style>
background-color css
<style>
a { background-color: #8B58BE; }
a { background-color: rgb(139,88,190); }
div.DivClassName
{
background-color: #8B58BE;
}
.BgClassName
{
background-color: #8B58BE;
}
</style>
border-color css
<style>
span { border-color: #8B58BE; }
span { border-color: rgb(139,88,190); }
td.TdClassName
{
border-color: #8B58BE;
}
.TagClassName
{
border-color: #8B58BE;
}
</style>