Shades of Dark Violet #8B0BAE
Tints of Dark Violet #8B0BAE
RGB
CMYK
RGB Variations
Color information
#8B0BAE (or 0x8B0BAE) is known color: Dark Violet. HEX triplet: 8B, 0B and AE. RGB value is (139,11,174). Sum of RGB (Red+Green+Blue) = 139+11+174=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0BAE is #74F451. Grayscale: #434343. Windows color (decimal): -7664722 or 11406219. OLE color: 11406219.
HSL color Cylindrical-coordinate representation of color #8B0BAE: hue angle of 287.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0BAE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 11 | 174 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.32 |
| HSL | 287.12º | 0.88% | 0.36% | - |
| HSV(B) | 287.12º | 0.94% | 0.68% | - |
| XYZ | 18.41 | 8.78 | 40.77 | - |
| YUV | 67.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 174 | 0.20 | 0.94 | 0 | 0.32 | 287.12 | 0.88 | 0.36 |
| Hex | 8B | B | AE | 14 | 5E | 0 | 20 | 11F | 58 | 24 |
| Octal | 213 | 13 | 256 | 24 | 136 | 0 | 40 | 437 | 130 | 44 |
| Binary | 10001011 | 1011 | 10101110 | 10100 | 1011110 | 0 | 100000 | 100011111 | 1011000 | 100100 |
Color Harmonies of #8B0BAE
Complementary color
Monochromatic Colors of #8B0BAE
Black with #8B0BAE
Text Example
Text Example
White with #8B0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0BAE; }
p { color: rgb(139,11,174); }
H1.HeaderClassName
{
color: #8B0BAE;
}
.AnyTagClassName
{
color: #8B0BAE;
}
</style>
background-color css
<style>
a { background-color: #8B0BAE; }
a { background-color: rgb(139,11,174); }
div.DivClassName
{
background-color: #8B0BAE;
}
.BgClassName
{
background-color: #8B0BAE;
}
</style>
border-color css
<style>
span { border-color: #8B0BAE; }
span { border-color: rgb(139,11,174); }
td.TdClassName
{
border-color: #8B0BAE;
}
.TagClassName
{
border-color: #8B0BAE;
}
</style>