Shades of Dark Violet #8A02CE
Tints of Dark Violet #8A02CE
RGB
CMYK
RGB Variations
Color information
#8A02CE (or 0x8A02CE) is known color: Dark Violet. HEX triplet: 8A, 02 and CE. RGB value is (138,2,206). Sum of RGB (Red+Green+Blue) = 138+2+206=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02CE is #75FD31. Grayscale: #414141. Windows color (decimal): -7732530 or 13501066. OLE color: 13501066.
HSL color Cylindrical-coordinate representation of color #8A02CE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A02CE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 2 | 206 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.19 |
| HSL | 280º | 0.98% | 0.41% | - |
| HSV(B) | 280º | 0.99% | 0.81% | - |
| XYZ | 21.64 | 9.9 | 59.16 | - |
| YUV | 65.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 206 | 0.33 | 0.99 | 0 | 0.19 | 280 | 0.98 | 0.41 |
| Hex | 8A | 2 | CE | 21 | 63 | 0 | 13 | 118 | 62 | 29 |
| Octal | 212 | 2 | 316 | 41 | 143 | 0 | 23 | 430 | 142 | 51 |
| Binary | 10001010 | 10 | 11001110 | 100001 | 1100011 | 0 | 10011 | 100011000 | 1100010 | 101001 |
Color Harmonies of #8A02CE
Complementary color
Monochromatic Colors of #8A02CE
Black with #8A02CE
Text Example
Text Example
White with #8A02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A02CE; }
p { color: rgb(138,2,206); }
H1.HeaderClassName
{
color: #8A02CE;
}
.AnyTagClassName
{
color: #8A02CE;
}
</style>
background-color css
<style>
a { background-color: #8A02CE; }
a { background-color: rgb(138,2,206); }
div.DivClassName
{
background-color: #8A02CE;
}
.BgClassName
{
background-color: #8A02CE;
}
</style>
border-color css
<style>
span { border-color: #8A02CE; }
span { border-color: rgb(138,2,206); }
td.TdClassName
{
border-color: #8A02CE;
}
.TagClassName
{
border-color: #8A02CE;
}
</style>