Shades of Dark Violet #8A05CA
Tints of Dark Violet #8A05CA
RGB
CMYK
RGB Variations
Color information
#8A05CA (or 0x8A05CA) is known color: Dark Violet. HEX triplet: 8A, 05 and CA. RGB value is (138,5,202). Sum of RGB (Red+Green+Blue) = 138+5+202=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05CA is #75FA35. Grayscale: #424242. Windows color (decimal): -7731766 or 13239690. OLE color: 13239690.
HSL color Cylindrical-coordinate representation of color #8A05CA: hue angle of 280.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05CA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 5 | 202 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.21 |
| HSL | 280.51º | 0.95% | 0.41% | - |
| HSV(B) | 280.51º | 0.98% | 0.79% | - |
| XYZ | 21.2 | 9.78 | 56.65 | - |
| YUV | 67.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 202 | 0.32 | 0.98 | 0 | 0.21 | 280.51 | 0.95 | 0.41 |
| Hex | 8A | 5 | CA | 20 | 62 | 0 | 15 | 119 | 5F | 29 |
| Octal | 212 | 5 | 312 | 40 | 142 | 0 | 25 | 431 | 137 | 51 |
| Binary | 10001010 | 101 | 11001010 | 100000 | 1100010 | 0 | 10101 | 100011001 | 1011111 | 101001 |
Color Harmonies of #8A05CA
Complementary color
Monochromatic Colors of #8A05CA
Black with #8A05CA
Text Example
Text Example
White with #8A05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05CA; }
p { color: rgb(138,5,202); }
H1.HeaderClassName
{
color: #8A05CA;
}
.AnyTagClassName
{
color: #8A05CA;
}
</style>
background-color css
<style>
a { background-color: #8A05CA; }
a { background-color: rgb(138,5,202); }
div.DivClassName
{
background-color: #8A05CA;
}
.BgClassName
{
background-color: #8A05CA;
}
</style>
border-color css
<style>
span { border-color: #8A05CA; }
span { border-color: rgb(138,5,202); }
td.TdClassName
{
border-color: #8A05CA;
}
.TagClassName
{
border-color: #8A05CA;
}
</style>