Shades of Deep Lilac #8B5BBB
Tints of Deep Lilac #8B5BBB
RGB
CMYK
RGB Variations
Color information
#8B5BBB (or 0x8B5BBB) is known color: Deep Lilac. HEX triplet: 8B, 5B and BB. RGB value is (139,91,187). Sum of RGB (Red+Green+Blue) = 139+91+187=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BBB is #74A444. Grayscale: #737373. Windows color (decimal): -7644229 or 12278667. OLE color: 12278667.
HSL color Cylindrical-coordinate representation of color #8B5BBB: hue angle of 270º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5BBB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 91 | 187 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.27 |
| HSL | 270º | 0.41% | 0.55% | - |
| HSV(B) | 270º | 0.51% | 0.73% | - |
| XYZ | 23.36 | 16.56 | 48.98 | - |
| YUV | 116.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 187 | 0.26 | 0.51 | 0 | 0.27 | 270 | 0.41 | 0.55 |
| Hex | 8B | 5B | BB | 1A | 33 | 0 | 1B | 10E | 29 | 37 |
| Octal | 213 | 133 | 273 | 32 | 63 | 0 | 33 | 416 | 51 | 67 |
| Binary | 10001011 | 1011011 | 10111011 | 11010 | 110011 | 0 | 11011 | 100001110 | 101001 | 110111 |
Color Harmonies of #8B5BBB
Complementary color
Monochromatic Colors of #8B5BBB
Black with #8B5BBB
Text Example
Text Example
White with #8B5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BBB; }
p { color: rgb(139,91,187); }
H1.HeaderClassName
{
color: #8B5BBB;
}
.AnyTagClassName
{
color: #8B5BBB;
}
</style>
background-color css
<style>
a { background-color: #8B5BBB; }
a { background-color: rgb(139,91,187); }
div.DivClassName
{
background-color: #8B5BBB;
}
.BgClassName
{
background-color: #8B5BBB;
}
</style>
border-color css
<style>
span { border-color: #8B5BBB; }
span { border-color: rgb(139,91,187); }
td.TdClassName
{
border-color: #8B5BBB;
}
.TagClassName
{
border-color: #8B5BBB;
}
</style>