Shades of Dark Violet #8102AF
Tints of Dark Violet #8102AF
RGB
CMYK
RGB Variations
Color information
#8102AF (or 0x8102AF) is known color: Dark Violet. HEX triplet: 81, 02 and AF. RGB value is (129,2,175). Sum of RGB (Red+Green+Blue) = 129+2+175=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #8102AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8102AF is #7EFD50. Grayscale: #3B3B3B. Windows color (decimal): -8322385 or 11469441. OLE color: 11469441.
HSL color Cylindrical-coordinate representation of color #8102AF: hue angle of 284.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102AF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 2 | 175 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.31 |
| HSL | 284.05º | 0.98% | 0.35% | - |
| HSV(B) | 284.05º | 0.99% | 0.69% | - |
| XYZ | 16.81 | 7.81 | 41.18 | - |
| YUV | 59.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 175 | 0.26 | 0.99 | 0 | 0.31 | 284.05 | 0.98 | 0.35 |
| Hex | 81 | 2 | AF | 1A | 63 | 0 | 1F | 11C | 62 | 23 |
| Octal | 201 | 2 | 257 | 32 | 143 | 0 | 37 | 434 | 142 | 43 |
| Binary | 10000001 | 10 | 10101111 | 11010 | 1100011 | 0 | 11111 | 100011100 | 1100010 | 100011 |
Color Harmonies of #8102AF
Complementary color
Monochromatic Colors of #8102AF
Black with #8102AF
Text Example
Text Example
White with #8102AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102AF; }
p { color: rgb(129,2,175); }
H1.HeaderClassName
{
color: #8102AF;
}
.AnyTagClassName
{
color: #8102AF;
}
</style>
background-color css
<style>
a { background-color: #8102AF; }
a { background-color: rgb(129,2,175); }
div.DivClassName
{
background-color: #8102AF;
}
.BgClassName
{
background-color: #8102AF;
}
</style>
border-color css
<style>
span { border-color: #8102AF; }
span { border-color: rgb(129,2,175); }
td.TdClassName
{
border-color: #8102AF;
}
.TagClassName
{
border-color: #8102AF;
}
</style>