Shades of Dark Violet #8B0BB2
Tints of Dark Violet #8B0BB2
RGB
CMYK
RGB Variations
Color information
#8B0BB2 (or 0x8B0BB2) is known color: Dark Violet. HEX triplet: 8B, 0B and B2. RGB value is (139,11,178). Sum of RGB (Red+Green+Blue) = 139+11+178=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B0BB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0BB2 is #74F44D. Grayscale: #434343. Windows color (decimal): -7664718 or 11668363. OLE color: 11668363.
HSL color Cylindrical-coordinate representation of color #8B0BB2: hue angle of 285.99º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0BB2 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 11 | 178 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.30 |
| HSL | 285.99º | 0.88% | 0.37% | - |
| HSV(B) | 285.99º | 0.94% | 0.7% | - |
| XYZ | 18.8 | 8.94 | 42.85 | - |
| YUV | 68.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 178 | 0.22 | 0.94 | 0 | 0.30 | 285.99 | 0.88 | 0.37 |
| Hex | 8B | B | B2 | 16 | 5E | 0 | 1E | 11E | 58 | 25 |
| Octal | 213 | 13 | 262 | 26 | 136 | 0 | 36 | 436 | 130 | 45 |
| Binary | 10001011 | 1011 | 10110010 | 10110 | 1011110 | 0 | 11110 | 100011110 | 1011000 | 100101 |
Color Harmonies of #8B0BB2
Complementary color
Monochromatic Colors of #8B0BB2
Black with #8B0BB2
Text Example
Text Example
White with #8B0BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0BB2; }
p { color: rgb(139,11,178); }
H1.HeaderClassName
{
color: #8B0BB2;
}
.AnyTagClassName
{
color: #8B0BB2;
}
</style>
background-color css
<style>
a { background-color: #8B0BB2; }
a { background-color: rgb(139,11,178); }
div.DivClassName
{
background-color: #8B0BB2;
}
.BgClassName
{
background-color: #8B0BB2;
}
</style>
border-color css
<style>
span { border-color: #8B0BB2; }
span { border-color: rgb(139,11,178); }
td.TdClassName
{
border-color: #8B0BB2;
}
.TagClassName
{
border-color: #8B0BB2;
}
</style>