Shades of Dark Violet #8A04D0
Tints of Dark Violet #8A04D0
RGB
CMYK
RGB Variations
Color information
#8A04D0 (or 0x8A04D0) is known color: Dark Violet. HEX triplet: 8A, 04 and D0. RGB value is (138,4,208). Sum of RGB (Red+Green+Blue) = 138+4+208=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A04D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04D0 is #75FB2F. Grayscale: #424242. Windows color (decimal): -7732016 or 13632650. OLE color: 13632650.
HSL color Cylindrical-coordinate representation of color #8A04D0: hue angle of 279.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04D0 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 4 | 208 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.18 |
| HSL | 279.41º | 0.96% | 0.42% | - |
| HSV(B) | 279.41º | 0.98% | 0.82% | - |
| XYZ | 21.91 | 10.04 | 60.46 | - |
| YUV | 67.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 208 | 0.34 | 0.98 | 0 | 0.18 | 279.41 | 0.96 | 0.42 |
| Hex | 8A | 4 | D0 | 22 | 62 | 0 | 12 | 117 | 60 | 2A |
| Octal | 212 | 4 | 320 | 42 | 142 | 0 | 22 | 427 | 140 | 52 |
| Binary | 10001010 | 100 | 11010000 | 100010 | 1100010 | 0 | 10010 | 100010111 | 1100000 | 101010 |
Color Harmonies of #8A04D0
Complementary color
Monochromatic Colors of #8A04D0
Black with #8A04D0
Text Example
Text Example
White with #8A04D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04D0; }
p { color: rgb(138,4,208); }
H1.HeaderClassName
{
color: #8A04D0;
}
.AnyTagClassName
{
color: #8A04D0;
}
</style>
background-color css
<style>
a { background-color: #8A04D0; }
a { background-color: rgb(138,4,208); }
div.DivClassName
{
background-color: #8A04D0;
}
.BgClassName
{
background-color: #8A04D0;
}
</style>
border-color css
<style>
span { border-color: #8A04D0; }
span { border-color: rgb(138,4,208); }
td.TdClassName
{
border-color: #8A04D0;
}
.TagClassName
{
border-color: #8A04D0;
}
</style>