Shades of Dark Violet #8A0DDA
Tints of Dark Violet #8A0DDA
RGB
CMYK
RGB Variations
Color information
#8A0DDA (or 0x8A0DDA) is known color: Dark Violet. HEX triplet: 8A, 0D and DA. RGB value is (138,13,218). Sum of RGB (Red+Green+Blue) = 138+13+218=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0DDA is #75F225. Grayscale: #494949. Windows color (decimal): -7729702 or 14290314. OLE color: 14290314.
HSL color Cylindrical-coordinate representation of color #8A0DDA: hue angle of 276.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0DDA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 13 | 218 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.15 |
| HSL | 276.59º | 0.89% | 0.45% | - |
| HSV(B) | 276.59º | 0.94% | 0.85% | - |
| XYZ | 23.28 | 10.75 | 67.18 | - |
| YUV | 73.75 | 209.41 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 218 | 0.37 | 0.94 | 0 | 0.15 | 276.59 | 0.89 | 0.45 |
| Hex | 8A | D | DA | 25 | 5E | 0 | F | 115 | 59 | 2D |
| Octal | 212 | 15 | 332 | 45 | 136 | 0 | 17 | 425 | 131 | 55 |
| Binary | 10001010 | 1101 | 11011010 | 100101 | 1011110 | 0 | 1111 | 100010101 | 1011001 | 101101 |
Color Harmonies of #8A0DDA
Complementary color
Monochromatic Colors of #8A0DDA
Black with #8A0DDA
Text Example
Text Example
White with #8A0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DDA; }
p { color: rgb(138,13,218); }
H1.HeaderClassName
{
color: #8A0DDA;
}
.AnyTagClassName
{
color: #8A0DDA;
}
</style>
background-color css
<style>
a { background-color: #8A0DDA; }
a { background-color: rgb(138,13,218); }
div.DivClassName
{
background-color: #8A0DDA;
}
.BgClassName
{
background-color: #8A0DDA;
}
</style>
border-color css
<style>
span { border-color: #8A0DDA; }
span { border-color: rgb(138,13,218); }
td.TdClassName
{
border-color: #8A0DDA;
}
.TagClassName
{
border-color: #8A0DDA;
}
</style>