Shades of Dark Violet #8A12CA
Tints of Dark Violet #8A12CA
RGB
CMYK
RGB Variations
Color information
#8A12CA (or 0x8A12CA) is known color: Dark Violet. HEX triplet: 8A, 12 and CA. RGB value is (138,18,202). Sum of RGB (Red+Green+Blue) = 138+18+202=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A12CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12CA is #75ED35. Grayscale: #4A4A4A. Windows color (decimal): -7728438 or 13243018. OLE color: 13243018.
HSL color Cylindrical-coordinate representation of color #8A12CA: hue angle of 279.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A12CA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 18 | 202 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.21 |
| HSL | 279.13º | 0.84% | 0.43% | - |
| HSV(B) | 279.13º | 0.91% | 0.79% | - |
| XYZ | 21.36 | 10.1 | 56.7 | - |
| YUV | 74.86 | 199.76 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 202 | 0.32 | 0.91 | 0 | 0.21 | 279.13 | 0.84 | 0.43 |
| Hex | 8A | 12 | CA | 20 | 5B | 0 | 15 | 117 | 54 | 2B |
| Octal | 212 | 22 | 312 | 40 | 133 | 0 | 25 | 427 | 124 | 53 |
| Binary | 10001010 | 10010 | 11001010 | 100000 | 1011011 | 0 | 10101 | 100010111 | 1010100 | 101011 |
Color Harmonies of #8A12CA
Complementary color
Monochromatic Colors of #8A12CA
Black with #8A12CA
Text Example
Text Example
White with #8A12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A12CA; }
p { color: rgb(138,18,202); }
H1.HeaderClassName
{
color: #8A12CA;
}
.AnyTagClassName
{
color: #8A12CA;
}
</style>
background-color css
<style>
a { background-color: #8A12CA; }
a { background-color: rgb(138,18,202); }
div.DivClassName
{
background-color: #8A12CA;
}
.BgClassName
{
background-color: #8A12CA;
}
</style>
border-color css
<style>
span { border-color: #8A12CA; }
span { border-color: rgb(138,18,202); }
td.TdClassName
{
border-color: #8A12CA;
}
.TagClassName
{
border-color: #8A12CA;
}
</style>