Shades of Dark Violet #8A02BD
Tints of Dark Violet #8A02BD
RGB
CMYK
RGB Variations
Color information
#8A02BD (or 0x8A02BD) is known color: Dark Violet. HEX triplet: 8A, 02 and BD. RGB value is (138,2,189). Sum of RGB (Red+Green+Blue) = 138+2+189=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02BD is #75FD42. Grayscale: #3F3F3F. Windows color (decimal): -7732547 or 12386954. OLE color: 12386954.
HSL color Cylindrical-coordinate representation of color #8A02BD: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A02BD is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 2 | 189 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.26 |
| HSL | 283.64º | 0.98% | 0.37% | - |
| HSV(B) | 283.64º | 0.99% | 0.74% | - |
| XYZ | 19.69 | 9.12 | 48.87 | - |
| YUV | 63.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 189 | 0.27 | 0.99 | 0 | 0.26 | 283.64 | 0.98 | 0.37 |
| Hex | 8A | 2 | BD | 1B | 63 | 0 | 1A | 11C | 62 | 25 |
| Octal | 212 | 2 | 275 | 33 | 143 | 0 | 32 | 434 | 142 | 45 |
| Binary | 10001010 | 10 | 10111101 | 11011 | 1100011 | 0 | 11010 | 100011100 | 1100010 | 100101 |
Color Harmonies of #8A02BD
Complementary color
Monochromatic Colors of #8A02BD
Black with #8A02BD
Text Example
Text Example
White with #8A02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A02BD; }
p { color: rgb(138,2,189); }
H1.HeaderClassName
{
color: #8A02BD;
}
.AnyTagClassName
{
color: #8A02BD;
}
</style>
background-color css
<style>
a { background-color: #8A02BD; }
a { background-color: rgb(138,2,189); }
div.DivClassName
{
background-color: #8A02BD;
}
.BgClassName
{
background-color: #8A02BD;
}
</style>
border-color css
<style>
span { border-color: #8A02BD; }
span { border-color: rgb(138,2,189); }
td.TdClassName
{
border-color: #8A02BD;
}
.TagClassName
{
border-color: #8A02BD;
}
</style>