Shades of Dark Violet #8A04B5
Tints of Dark Violet #8A04B5
RGB
CMYK
RGB Variations
Color information
#8A04B5 (or 0x8A04B5) is known color: Dark Violet. HEX triplet: 8A, 04 and B5. RGB value is (138,4,181). Sum of RGB (Red+Green+Blue) = 138+4+181=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A04B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04B5 is #75FB4A. Grayscale: #3F3F3F. Windows color (decimal): -7732043 or 11863178. OLE color: 11863178.
HSL color Cylindrical-coordinate representation of color #8A04B5: hue angle of 285.42º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04B5 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 4 | 181 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.29 |
| HSL | 285.42º | 0.96% | 0.36% | - |
| HSV(B) | 285.42º | 0.98% | 0.71% | - |
| XYZ | 18.87 | 8.83 | 44.43 | - |
| YUV | 64.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 181 | 0.24 | 0.98 | 0 | 0.29 | 285.42 | 0.96 | 0.36 |
| Hex | 8A | 4 | B5 | 18 | 62 | 0 | 1D | 11D | 60 | 24 |
| Octal | 212 | 4 | 265 | 30 | 142 | 0 | 35 | 435 | 140 | 44 |
| Binary | 10001010 | 100 | 10110101 | 11000 | 1100010 | 0 | 11101 | 100011101 | 1100000 | 100100 |
Color Harmonies of #8A04B5
Complementary color
Monochromatic Colors of #8A04B5
Black with #8A04B5
Text Example
Text Example
White with #8A04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A04B5; }
p { color: rgb(138,4,181); }
H1.HeaderClassName
{
color: #8A04B5;
}
.AnyTagClassName
{
color: #8A04B5;
}
</style>
background-color css
<style>
a { background-color: #8A04B5; }
a { background-color: rgb(138,4,181); }
div.DivClassName
{
background-color: #8A04B5;
}
.BgClassName
{
background-color: #8A04B5;
}
</style>
border-color css
<style>
span { border-color: #8A04B5; }
span { border-color: rgb(138,4,181); }
td.TdClassName
{
border-color: #8A04B5;
}
.TagClassName
{
border-color: #8A04B5;
}
</style>