Shades of Dark Violet #8A04ED
Tints of Dark Violet #8A04ED
RGB
CMYK
RGB Variations
Color information
#8A04ED (or 0x8A04ED) is known color: Dark Violet. HEX triplet: 8A, 04 and ED. RGB value is (138,4,237). Sum of RGB (Red+Green+Blue) = 138+4+237=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A04ED is #75FB12. Grayscale: #454545. Windows color (decimal): -7731987 or 15533194. OLE color: 15533194.
HSL color Cylindrical-coordinate representation of color #8A04ED: hue angle of 274.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04ED is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 4 | 237 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.07 |
| HSL | 274.51º | 0.97% | 0.47% | - |
| HSV(B) | 274.51º | 0.98% | 0.93% | - |
| XYZ | 25.81 | 11.6 | 81 | - |
| YUV | 70.63 | 221.89 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 237 | 0.42 | 0.98 | 0 | 0.07 | 274.51 | 0.97 | 0.47 |
| Hex | 8A | 4 | ED | 2A | 62 | 0 | 7 | 113 | 61 | 2F |
| Octal | 212 | 4 | 355 | 52 | 142 | 0 | 7 | 423 | 141 | 57 |
| Binary | 10001010 | 100 | 11101101 | 101010 | 1100010 | 0 | 111 | 100010011 | 1100001 | 101111 |
Color Harmonies of #8A04ED
Complementary color
Monochromatic Colors of #8A04ED
Black with #8A04ED
Text Example
Text Example
White with #8A04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04ED; }
p { color: rgb(138,4,237); }
H1.HeaderClassName
{
color: #8A04ED;
}
.AnyTagClassName
{
color: #8A04ED;
}
</style>
background-color css
<style>
a { background-color: #8A04ED; }
a { background-color: rgb(138,4,237); }
div.DivClassName
{
background-color: #8A04ED;
}
.BgClassName
{
background-color: #8A04ED;
}
</style>
border-color css
<style>
span { border-color: #8A04ED; }
span { border-color: rgb(138,4,237); }
td.TdClassName
{
border-color: #8A04ED;
}
.TagClassName
{
border-color: #8A04ED;
}
</style>