Shades of Dark Violet #8B0EBA
Tints of Dark Violet #8B0EBA
RGB
CMYK
RGB Variations
Color information
#8B0EBA (or 0x8B0EBA) is known color: Dark Violet. HEX triplet: 8B, 0E and BA. RGB value is (139,14,186). Sum of RGB (Red+Green+Blue) = 139+14+186=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0EBA is #74F145. Grayscale: #464646. Windows color (decimal): -7663942 or 12193419. OLE color: 12193419.
HSL color Cylindrical-coordinate representation of color #8B0EBA: hue angle of 283.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0EBA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 14 | 186 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.27 |
| HSL | 283.6º | 0.86% | 0.39% | - |
| HSV(B) | 283.6º | 0.92% | 0.73% | - |
| XYZ | 19.67 | 9.35 | 47.22 | - |
| YUV | 70.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 186 | 0.25 | 0.92 | 0 | 0.27 | 283.6 | 0.86 | 0.39 |
| Hex | 8B | E | BA | 19 | 5C | 0 | 1B | 11C | 56 | 27 |
| Octal | 213 | 16 | 272 | 31 | 134 | 0 | 33 | 434 | 126 | 47 |
| Binary | 10001011 | 1110 | 10111010 | 11001 | 1011100 | 0 | 11011 | 100011100 | 1010110 | 100111 |
Color Harmonies of #8B0EBA
Complementary color
Monochromatic Colors of #8B0EBA
Black with #8B0EBA
Text Example
Text Example
White with #8B0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0EBA; }
p { color: rgb(139,14,186); }
H1.HeaderClassName
{
color: #8B0EBA;
}
.AnyTagClassName
{
color: #8B0EBA;
}
</style>
background-color css
<style>
a { background-color: #8B0EBA; }
a { background-color: rgb(139,14,186); }
div.DivClassName
{
background-color: #8B0EBA;
}
.BgClassName
{
background-color: #8B0EBA;
}
</style>
border-color css
<style>
span { border-color: #8B0EBA; }
span { border-color: rgb(139,14,186); }
td.TdClassName
{
border-color: #8B0EBA;
}
.TagClassName
{
border-color: #8B0EBA;
}
</style>