Shades of Dark Violet #8A02BA
Tints of Dark Violet #8A02BA
RGB
CMYK
RGB Variations
Color information
#8A02BA (or 0x8A02BA) is known color: Dark Violet. HEX triplet: 8A, 02 and BA. RGB value is (138,2,186). Sum of RGB (Red+Green+Blue) = 138+2+186=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02BA is #75FD45. Grayscale: #3F3F3F. Windows color (decimal): -7732550 or 12190346. OLE color: 12190346.
HSL color Cylindrical-coordinate representation of color #8A02BA: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A02BA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 2 | 186 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.27 |
| HSL | 284.35º | 0.98% | 0.37% | - |
| HSV(B) | 284.35º | 0.99% | 0.73% | - |
| XYZ | 19.37 | 8.99 | 47.17 | - |
| YUV | 63.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 186 | 0.26 | 0.99 | 0 | 0.27 | 284.35 | 0.98 | 0.37 |
| Hex | 8A | 2 | BA | 1A | 63 | 0 | 1B | 11C | 62 | 25 |
| Octal | 212 | 2 | 272 | 32 | 143 | 0 | 33 | 434 | 142 | 45 |
| Binary | 10001010 | 10 | 10111010 | 11010 | 1100011 | 0 | 11011 | 100011100 | 1100010 | 100101 |
Color Harmonies of #8A02BA
Complementary color
Monochromatic Colors of #8A02BA
Black with #8A02BA
Text Example
Text Example
White with #8A02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A02BA; }
p { color: rgb(138,2,186); }
H1.HeaderClassName
{
color: #8A02BA;
}
.AnyTagClassName
{
color: #8A02BA;
}
</style>
background-color css
<style>
a { background-color: #8A02BA; }
a { background-color: rgb(138,2,186); }
div.DivClassName
{
background-color: #8A02BA;
}
.BgClassName
{
background-color: #8A02BA;
}
</style>
border-color css
<style>
span { border-color: #8A02BA; }
span { border-color: rgb(138,2,186); }
td.TdClassName
{
border-color: #8A02BA;
}
.TagClassName
{
border-color: #8A02BA;
}
</style>