Shades of Dark Violet #8A0FCA
Tints of Dark Violet #8A0FCA
RGB
CMYK
RGB Variations
Color information
#8A0FCA (or 0x8A0FCA) is known color: Dark Violet. HEX triplet: 8A, 0F and CA. RGB value is (138,15,202). Sum of RGB (Red+Green+Blue) = 138+15+202=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A0FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FCA is #75F035. Grayscale: #484848. Windows color (decimal): -7729206 or 13242250. OLE color: 13242250.
HSL color Cylindrical-coordinate representation of color #8A0FCA: hue angle of 279.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FCA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 15 | 202 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.21 |
| HSL | 279.47º | 0.86% | 0.43% | - |
| HSV(B) | 279.47º | 0.93% | 0.79% | - |
| XYZ | 21.31 | 10.01 | 56.69 | - |
| YUV | 73.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 202 | 0.32 | 0.93 | 0 | 0.21 | 279.47 | 0.86 | 0.43 |
| Hex | 8A | F | CA | 20 | 5D | 0 | 15 | 117 | 56 | 2B |
| Octal | 212 | 17 | 312 | 40 | 135 | 0 | 25 | 427 | 126 | 53 |
| Binary | 10001010 | 1111 | 11001010 | 100000 | 1011101 | 0 | 10101 | 100010111 | 1010110 | 101011 |
Color Harmonies of #8A0FCA
Complementary color
Monochromatic Colors of #8A0FCA
Black with #8A0FCA
Text Example
Text Example
White with #8A0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FCA; }
p { color: rgb(138,15,202); }
H1.HeaderClassName
{
color: #8A0FCA;
}
.AnyTagClassName
{
color: #8A0FCA;
}
</style>
background-color css
<style>
a { background-color: #8A0FCA; }
a { background-color: rgb(138,15,202); }
div.DivClassName
{
background-color: #8A0FCA;
}
.BgClassName
{
background-color: #8A0FCA;
}
</style>
border-color css
<style>
span { border-color: #8A0FCA; }
span { border-color: rgb(138,15,202); }
td.TdClassName
{
border-color: #8A0FCA;
}
.TagClassName
{
border-color: #8A0FCA;
}
</style>