Shades of Dark Violet #8A05BE
Tints of Dark Violet #8A05BE
RGB
CMYK
RGB Variations
Color information
#8A05BE (or 0x8A05BE) is known color: Dark Violet. HEX triplet: 8A, 05 and BE. RGB value is (138,5,190). Sum of RGB (Red+Green+Blue) = 138+5+190=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A05BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05BE is #75FA41. Grayscale: #414141. Windows color (decimal): -7731778 or 12453258. OLE color: 12453258.
HSL color Cylindrical-coordinate representation of color #8A05BE: hue angle of 283.14º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A05BE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 5 | 190 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.25 |
| HSL | 283.14º | 0.95% | 0.38% | - |
| HSV(B) | 283.14º | 0.97% | 0.75% | - |
| XYZ | 19.83 | 9.23 | 49.45 | - |
| YUV | 65.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 190 | 0.27 | 0.97 | 0 | 0.25 | 283.14 | 0.95 | 0.38 |
| Hex | 8A | 5 | BE | 1B | 61 | 0 | 19 | 11B | 5F | 26 |
| Octal | 212 | 5 | 276 | 33 | 141 | 0 | 31 | 433 | 137 | 46 |
| Binary | 10001010 | 101 | 10111110 | 11011 | 1100001 | 0 | 11001 | 100011011 | 1011111 | 100110 |
Color Harmonies of #8A05BE
Complementary color
Monochromatic Colors of #8A05BE
Black with #8A05BE
Text Example
Text Example
White with #8A05BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05BE; }
p { color: rgb(138,5,190); }
H1.HeaderClassName
{
color: #8A05BE;
}
.AnyTagClassName
{
color: #8A05BE;
}
</style>
background-color css
<style>
a { background-color: #8A05BE; }
a { background-color: rgb(138,5,190); }
div.DivClassName
{
background-color: #8A05BE;
}
.BgClassName
{
background-color: #8A05BE;
}
</style>
border-color css
<style>
span { border-color: #8A05BE; }
span { border-color: rgb(138,5,190); }
td.TdClassName
{
border-color: #8A05BE;
}
.TagClassName
{
border-color: #8A05BE;
}
</style>