Shades of Dark Violet #8B0DB1
Tints of Dark Violet #8B0DB1
RGB
CMYK
RGB Variations
Color information
#8B0DB1 (or 0x8B0DB1) is known color: Dark Violet. HEX triplet: 8B, 0D and B1. RGB value is (139,13,177). Sum of RGB (Red+Green+Blue) = 139+13+177=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B0DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0DB1 is #74F24E. Grayscale: #444444. Windows color (decimal): -7664207 or 11603339. OLE color: 11603339.
HSL color Cylindrical-coordinate representation of color #8B0DB1: hue angle of 286.1º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0DB1 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 13 | 177 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.31 |
| HSL | 286.1º | 0.86% | 0.37% | - |
| HSV(B) | 286.1º | 0.93% | 0.69% | - |
| XYZ | 18.73 | 8.95 | 42.34 | - |
| YUV | 69.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 177 | 0.21 | 0.93 | 0 | 0.31 | 286.1 | 0.86 | 0.37 |
| Hex | 8B | D | B1 | 15 | 5D | 0 | 1F | 11E | 56 | 25 |
| Octal | 213 | 15 | 261 | 25 | 135 | 0 | 37 | 436 | 126 | 45 |
| Binary | 10001011 | 1101 | 10110001 | 10101 | 1011101 | 0 | 11111 | 100011110 | 1010110 | 100101 |
Color Harmonies of #8B0DB1
Complementary color
Monochromatic Colors of #8B0DB1
Black with #8B0DB1
Text Example
Text Example
White with #8B0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0DB1; }
p { color: rgb(139,13,177); }
H1.HeaderClassName
{
color: #8B0DB1;
}
.AnyTagClassName
{
color: #8B0DB1;
}
</style>
background-color css
<style>
a { background-color: #8B0DB1; }
a { background-color: rgb(139,13,177); }
div.DivClassName
{
background-color: #8B0DB1;
}
.BgClassName
{
background-color: #8B0DB1;
}
</style>
border-color css
<style>
span { border-color: #8B0DB1; }
span { border-color: rgb(139,13,177); }
td.TdClassName
{
border-color: #8B0DB1;
}
.TagClassName
{
border-color: #8B0DB1;
}
</style>