Shades of Dark Violet #8A0ABC
Tints of Dark Violet #8A0ABC
RGB
CMYK
RGB Variations
Color information
#8A0ABC (or 0x8A0ABC) is known color: Dark Violet. HEX triplet: 8A, 0A and BC. RGB value is (138,10,188). Sum of RGB (Red+Green+Blue) = 138+10+188=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ABC is #75F543. Grayscale: #434343. Windows color (decimal): -7730500 or 12323466. OLE color: 12323466.
HSL color Cylindrical-coordinate representation of color #8A0ABC: hue angle of 283.15º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ABC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 10 | 188 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.26 |
| HSL | 283.15º | 0.9% | 0.39% | - |
| HSV(B) | 283.15º | 0.95% | 0.74% | - |
| XYZ | 19.67 | 9.25 | 48.33 | - |
| YUV | 68.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 188 | 0.27 | 0.95 | 0 | 0.26 | 283.15 | 0.9 | 0.39 |
| Hex | 8A | A | BC | 1B | 5F | 0 | 1A | 11B | 5A | 27 |
| Octal | 212 | 12 | 274 | 33 | 137 | 0 | 32 | 433 | 132 | 47 |
| Binary | 10001010 | 1010 | 10111100 | 11011 | 1011111 | 0 | 11010 | 100011011 | 1011010 | 100111 |
Color Harmonies of #8A0ABC
Complementary color
Monochromatic Colors of #8A0ABC
Black with #8A0ABC
Text Example
Text Example
White with #8A0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0ABC; }
p { color: rgb(138,10,188); }
H1.HeaderClassName
{
color: #8A0ABC;
}
.AnyTagClassName
{
color: #8A0ABC;
}
</style>
background-color css
<style>
a { background-color: #8A0ABC; }
a { background-color: rgb(138,10,188); }
div.DivClassName
{
background-color: #8A0ABC;
}
.BgClassName
{
background-color: #8A0ABC;
}
</style>
border-color css
<style>
span { border-color: #8A0ABC; }
span { border-color: rgb(138,10,188); }
td.TdClassName
{
border-color: #8A0ABC;
}
.TagClassName
{
border-color: #8A0ABC;
}
</style>