Shades of Dark Violet #8A0CCD
Tints of Dark Violet #8A0CCD
RGB
CMYK
RGB Variations
Color information
#8A0CCD (or 0x8A0CCD) is known color: Dark Violet. HEX triplet: 8A, 0C and CD. RGB value is (138,12,205). Sum of RGB (Red+Green+Blue) = 138+12+205=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CCD is #75F332. Grayscale: #474747. Windows color (decimal): -7729971 or 13438090. OLE color: 13438090.
HSL color Cylindrical-coordinate representation of color #8A0CCD: hue angle of 279.17º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0CCD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 12 | 205 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.20 |
| HSL | 279.17º | 0.89% | 0.43% | - |
| HSV(B) | 279.17º | 0.94% | 0.8% | - |
| XYZ | 21.63 | 10.07 | 58.56 | - |
| YUV | 71.68 | 203.24 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 205 | 0.33 | 0.94 | 0 | 0.20 | 279.17 | 0.89 | 0.43 |
| Hex | 8A | C | CD | 21 | 5E | 0 | 14 | 117 | 59 | 2B |
| Octal | 212 | 14 | 315 | 41 | 136 | 0 | 24 | 427 | 131 | 53 |
| Binary | 10001010 | 1100 | 11001101 | 100001 | 1011110 | 0 | 10100 | 100010111 | 1011001 | 101011 |
Color Harmonies of #8A0CCD
Complementary color
Monochromatic Colors of #8A0CCD
Black with #8A0CCD
Text Example
Text Example
White with #8A0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CCD; }
p { color: rgb(138,12,205); }
H1.HeaderClassName
{
color: #8A0CCD;
}
.AnyTagClassName
{
color: #8A0CCD;
}
</style>
background-color css
<style>
a { background-color: #8A0CCD; }
a { background-color: rgb(138,12,205); }
div.DivClassName
{
background-color: #8A0CCD;
}
.BgClassName
{
background-color: #8A0CCD;
}
</style>
border-color css
<style>
span { border-color: #8A0CCD; }
span { border-color: rgb(138,12,205); }
td.TdClassName
{
border-color: #8A0CCD;
}
.TagClassName
{
border-color: #8A0CCD;
}
</style>