Shades of Dark Violet #8A10BA
Tints of Dark Violet #8A10BA
RGB
CMYK
RGB Variations
Color information
#8A10BA (or 0x8A10BA) is known color: Dark Violet. HEX triplet: 8A, 10 and BA. RGB value is (138,16,186). Sum of RGB (Red+Green+Blue) = 138+16+186=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A10BA is #75EF45. Grayscale: #474747. Windows color (decimal): -7728966 or 12193930. OLE color: 12193930.
HSL color Cylindrical-coordinate representation of color #8A10BA: hue angle of 283.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A10BA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 16 | 186 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.27 |
| HSL | 283.06º | 0.84% | 0.4% | - |
| HSV(B) | 283.06º | 0.91% | 0.73% | - |
| XYZ | 19.53 | 9.32 | 47.22 | - |
| YUV | 71.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 186 | 0.26 | 0.91 | 0 | 0.27 | 283.06 | 0.84 | 0.4 |
| Hex | 8A | 10 | BA | 1A | 5B | 0 | 1B | 11B | 54 | 28 |
| Octal | 212 | 20 | 272 | 32 | 133 | 0 | 33 | 433 | 124 | 50 |
| Binary | 10001010 | 10000 | 10111010 | 11010 | 1011011 | 0 | 11011 | 100011011 | 1010100 | 101000 |
Color Harmonies of #8A10BA
Complementary color
Monochromatic Colors of #8A10BA
Black with #8A10BA
Text Example
Text Example
White with #8A10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A10BA; }
p { color: rgb(138,16,186); }
H1.HeaderClassName
{
color: #8A10BA;
}
.AnyTagClassName
{
color: #8A10BA;
}
</style>
background-color css
<style>
a { background-color: #8A10BA; }
a { background-color: rgb(138,16,186); }
div.DivClassName
{
background-color: #8A10BA;
}
.BgClassName
{
background-color: #8A10BA;
}
</style>
border-color css
<style>
span { border-color: #8A10BA; }
span { border-color: rgb(138,16,186); }
td.TdClassName
{
border-color: #8A10BA;
}
.TagClassName
{
border-color: #8A10BA;
}
</style>