Shades of Dark Violet #8200AE
Tints of Dark Violet #8200AE
RGB
CMYK
RGB Variations
Color information
#8200AE (or 0x8200AE) is known color: Dark Violet. HEX triplet: 82, 00 and AE. RGB value is (130,0,174). Sum of RGB (Red+Green+Blue) = 130+0+174=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #8200AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8200AE is #7DFF51. Grayscale: #3A3A3A. Windows color (decimal): -8257362 or 11403394. OLE color: 11403394.
HSL color Cylindrical-coordinate representation of color #8200AE: hue angle of 284.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200AE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 0 | 174 | - |
| CMYK | 0.25 | 1 | 0 | 0.32 |
| HSL | 284.83º | 1% | 0.34% | - |
| HSV(B) | 284.83º | 1% | 0.68% | - |
| XYZ | 16.85 | 7.8 | 40.66 | - |
| YUV | 58.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 174 | 0.25 | 1 | 0 | 0.32 | 284.83 | 1 | 0.34 |
| Hex | 82 | 0 | AE | 19 | 64 | 0 | 20 | 11D | 64 | 22 |
| Octal | 202 | 0 | 256 | 31 | 144 | 0 | 40 | 435 | 144 | 42 |
| Binary | 10000010 | 0 | 10101110 | 11001 | 1100100 | 0 | 100000 | 100011101 | 1100100 | 100010 |
Color Harmonies of #8200AE
Complementary color
Monochromatic Colors of #8200AE
Black with #8200AE
Text Example
Text Example
White with #8200AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200AE; }
p { color: rgb(130,0,174); }
H1.HeaderClassName
{
color: #8200AE;
}
.AnyTagClassName
{
color: #8200AE;
}
</style>
background-color css
<style>
a { background-color: #8200AE; }
a { background-color: rgb(130,0,174); }
div.DivClassName
{
background-color: #8200AE;
}
.BgClassName
{
background-color: #8200AE;
}
</style>
border-color css
<style>
span { border-color: #8200AE; }
span { border-color: rgb(130,0,174); }
td.TdClassName
{
border-color: #8200AE;
}
.TagClassName
{
border-color: #8200AE;
}
</style>