Shades of Dark Violet #8A04C0
Tints of Dark Violet #8A04C0
RGB
CMYK
RGB Variations
Color information
#8A04C0 (or 0x8A04C0) is known color: Dark Violet. HEX triplet: 8A, 04 and C0. RGB value is (138,4,192). Sum of RGB (Red+Green+Blue) = 138+4+192=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A04C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04C0 is #75FB3F. Grayscale: #404040. Windows color (decimal): -7732032 or 12584074. OLE color: 12584074.
HSL color Cylindrical-coordinate representation of color #8A04C0: hue angle of 282.77º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04C0 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 4 | 192 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.25 |
| HSL | 282.77º | 0.96% | 0.38% | - |
| HSV(B) | 282.77º | 0.98% | 0.75% | - |
| XYZ | 20.04 | 9.3 | 50.61 | - |
| YUV | 65.5 | 199.39 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 192 | 0.28 | 0.98 | 0 | 0.25 | 282.77 | 0.96 | 0.38 |
| Hex | 8A | 4 | C0 | 1C | 62 | 0 | 19 | 11B | 60 | 26 |
| Octal | 212 | 4 | 300 | 34 | 142 | 0 | 31 | 433 | 140 | 46 |
| Binary | 10001010 | 100 | 11000000 | 11100 | 1100010 | 0 | 11001 | 100011011 | 1100000 | 100110 |
Color Harmonies of #8A04C0
Complementary color
Monochromatic Colors of #8A04C0
Black with #8A04C0
Text Example
Text Example
White with #8A04C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04C0; }
p { color: rgb(138,4,192); }
H1.HeaderClassName
{
color: #8A04C0;
}
.AnyTagClassName
{
color: #8A04C0;
}
</style>
background-color css
<style>
a { background-color: #8A04C0; }
a { background-color: rgb(138,4,192); }
div.DivClassName
{
background-color: #8A04C0;
}
.BgClassName
{
background-color: #8A04C0;
}
</style>
border-color css
<style>
span { border-color: #8A04C0; }
span { border-color: rgb(138,4,192); }
td.TdClassName
{
border-color: #8A04C0;
}
.TagClassName
{
border-color: #8A04C0;
}
</style>