Shades of Dark Violet #8A0ABE
Tints of Dark Violet #8A0ABE
RGB
CMYK
RGB Variations
Color information
#8A0ABE (or 0x8A0ABE) is known color: Dark Violet. HEX triplet: 8A, 0A and BE. RGB value is (138,10,190). Sum of RGB (Red+Green+Blue) = 138+10+190=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ABE is #75F541. Grayscale: #444444. Windows color (decimal): -7730498 or 12454538. OLE color: 12454538.
HSL color Cylindrical-coordinate representation of color #8A0ABE: hue angle of 282.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ABE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 10 | 190 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.25 |
| HSL | 282.67º | 0.9% | 0.39% | - |
| HSV(B) | 282.67º | 0.95% | 0.75% | - |
| XYZ | 19.88 | 9.34 | 49.47 | - |
| YUV | 68.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 190 | 0.27 | 0.95 | 0 | 0.25 | 282.67 | 0.9 | 0.39 |
| Hex | 8A | A | BE | 1B | 5F | 0 | 19 | 11B | 5A | 27 |
| Octal | 212 | 12 | 276 | 33 | 137 | 0 | 31 | 433 | 132 | 47 |
| Binary | 10001010 | 1010 | 10111110 | 11011 | 1011111 | 0 | 11001 | 100011011 | 1011010 | 100111 |
Color Harmonies of #8A0ABE
Complementary color
Monochromatic Colors of #8A0ABE
Black with #8A0ABE
Text Example
Text Example
White with #8A0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0ABE; }
p { color: rgb(138,10,190); }
H1.HeaderClassName
{
color: #8A0ABE;
}
.AnyTagClassName
{
color: #8A0ABE;
}
</style>
background-color css
<style>
a { background-color: #8A0ABE; }
a { background-color: rgb(138,10,190); }
div.DivClassName
{
background-color: #8A0ABE;
}
.BgClassName
{
background-color: #8A0ABE;
}
</style>
border-color css
<style>
span { border-color: #8A0ABE; }
span { border-color: rgb(138,10,190); }
td.TdClassName
{
border-color: #8A0ABE;
}
.TagClassName
{
border-color: #8A0ABE;
}
</style>