Shades of Deep Lilac #8B5BB6
Tints of Deep Lilac #8B5BB6
RGB
CMYK
RGB Variations
Color information
#8B5BB6 (or 0x8B5BB6) is known color: Deep Lilac. HEX triplet: 8B, 5B and B6. RGB value is (139,91,182). Sum of RGB (Red+Green+Blue) = 139+91+182=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B5BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BB6 is #74A449. Grayscale: #737373. Windows color (decimal): -7644234 or 11950987. OLE color: 11950987.
HSL color Cylindrical-coordinate representation of color #8B5BB6: hue angle of 271.65º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5BB6 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 91 | 182 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.29 |
| HSL | 271.65º | 0.38% | 0.54% | - |
| HSV(B) | 271.65º | 0.5% | 0.71% | - |
| XYZ | 22.83 | 16.35 | 46.21 | - |
| YUV | 115.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 182 | 0.24 | 0.5 | 0 | 0.29 | 271.65 | 0.38 | 0.54 |
| Hex | 8B | 5B | B6 | 18 | 32 | 0 | 1D | 110 | 26 | 36 |
| Octal | 213 | 133 | 266 | 30 | 62 | 0 | 35 | 420 | 46 | 66 |
| Binary | 10001011 | 1011011 | 10110110 | 11000 | 110010 | 0 | 11101 | 100010000 | 100110 | 110110 |
Color Harmonies of #8B5BB6
Complementary color
Monochromatic Colors of #8B5BB6
Black with #8B5BB6
Text Example
Text Example
White with #8B5BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BB6; }
p { color: rgb(139,91,182); }
H1.HeaderClassName
{
color: #8B5BB6;
}
.AnyTagClassName
{
color: #8B5BB6;
}
</style>
background-color css
<style>
a { background-color: #8B5BB6; }
a { background-color: rgb(139,91,182); }
div.DivClassName
{
background-color: #8B5BB6;
}
.BgClassName
{
background-color: #8B5BB6;
}
</style>
border-color css
<style>
span { border-color: #8B5BB6; }
span { border-color: rgb(139,91,182); }
td.TdClassName
{
border-color: #8B5BB6;
}
.TagClassName
{
border-color: #8B5BB6;
}
</style>