Shades of Dark Violet #8A04CE
Tints of Dark Violet #8A04CE
RGB
CMYK
RGB Variations
Color information
#8A04CE (or 0x8A04CE) is known color: Dark Violet. HEX triplet: 8A, 04 and CE. RGB value is (138,4,206). Sum of RGB (Red+Green+Blue) = 138+4+206=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04CE is #75FB31. Grayscale: #424242. Windows color (decimal): -7732018 or 13501578. OLE color: 13501578.
HSL color Cylindrical-coordinate representation of color #8A04CE: hue angle of 279.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04CE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 4 | 206 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.19 |
| HSL | 279.8º | 0.96% | 0.41% | - |
| HSV(B) | 279.8º | 0.98% | 0.81% | - |
| XYZ | 21.67 | 9.95 | 59.17 | - |
| YUV | 67.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 206 | 0.33 | 0.98 | 0 | 0.19 | 279.8 | 0.96 | 0.41 |
| Hex | 8A | 4 | CE | 21 | 62 | 0 | 13 | 118 | 60 | 29 |
| Octal | 212 | 4 | 316 | 41 | 142 | 0 | 23 | 430 | 140 | 51 |
| Binary | 10001010 | 100 | 11001110 | 100001 | 1100010 | 0 | 10011 | 100011000 | 1100000 | 101001 |
Color Harmonies of #8A04CE
Complementary color
Monochromatic Colors of #8A04CE
Black with #8A04CE
Text Example
Text Example
White with #8A04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04CE; }
p { color: rgb(138,4,206); }
H1.HeaderClassName
{
color: #8A04CE;
}
.AnyTagClassName
{
color: #8A04CE;
}
</style>
background-color css
<style>
a { background-color: #8A04CE; }
a { background-color: rgb(138,4,206); }
div.DivClassName
{
background-color: #8A04CE;
}
.BgClassName
{
background-color: #8A04CE;
}
</style>
border-color css
<style>
span { border-color: #8A04CE; }
span { border-color: rgb(138,4,206); }
td.TdClassName
{
border-color: #8A04CE;
}
.TagClassName
{
border-color: #8A04CE;
}
</style>