Shades of Dark Violet #8A0BEB
Tints of Dark Violet #8A0BEB
RGB
CMYK
RGB Variations
Color information
#8A0BEB (or 0x8A0BEB) is known color: Dark Violet. HEX triplet: 8A, 0B and EB. RGB value is (138,11,235). Sum of RGB (Red+Green+Blue) = 138+11+235=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0BEB is #75F414. Grayscale: #494949. Windows color (decimal): -7730197 or 15403914. OLE color: 15403914.
HSL color Cylindrical-coordinate representation of color #8A0BEB: hue angle of 274.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0BEB is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 11 | 235 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.08 |
| HSL | 274.02º | 0.91% | 0.48% | - |
| HSV(B) | 274.02º | 0.95% | 0.92% | - |
| XYZ | 25.6 | 11.64 | 79.5 | - |
| YUV | 74.51 | 218.58 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 235 | 0.41 | 0.95 | 0 | 0.08 | 274.02 | 0.91 | 0.48 |
| Hex | 8A | B | EB | 29 | 5F | 0 | 8 | 112 | 5B | 30 |
| Octal | 212 | 13 | 353 | 51 | 137 | 0 | 10 | 422 | 133 | 60 |
| Binary | 10001010 | 1011 | 11101011 | 101001 | 1011111 | 0 | 1000 | 100010010 | 1011011 | 110000 |
Color Harmonies of #8A0BEB
Complementary color
Monochromatic Colors of #8A0BEB
Black with #8A0BEB
Text Example
Text Example
White with #8A0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BEB; }
p { color: rgb(138,11,235); }
H1.HeaderClassName
{
color: #8A0BEB;
}
.AnyTagClassName
{
color: #8A0BEB;
}
</style>
background-color css
<style>
a { background-color: #8A0BEB; }
a { background-color: rgb(138,11,235); }
div.DivClassName
{
background-color: #8A0BEB;
}
.BgClassName
{
background-color: #8A0BEB;
}
</style>
border-color css
<style>
span { border-color: #8A0BEB; }
span { border-color: rgb(138,11,235); }
td.TdClassName
{
border-color: #8A0BEB;
}
.TagClassName
{
border-color: #8A0BEB;
}
</style>