Shades of Dark Violet #8201DC
Tints of Dark Violet #8201DC
RGB
CMYK
RGB Variations
Color information
#8201DC (or 0x8201DC) is known color: Dark Violet. HEX triplet: 82, 01 and DC. RGB value is (130,1,220). Sum of RGB (Red+Green+Blue) = 130+1+220=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #8201DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201DC is #7DFE23. Grayscale: #3F3F3F. Windows color (decimal): -8257060 or 14418306. OLE color: 14418306.
HSL color Cylindrical-coordinate representation of color #8201DC: hue angle of 275.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201DC is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 1 | 220 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.14 |
| HSL | 275.34º | 0.99% | 0.43% | - |
| HSV(B) | 275.34º | 1% | 0.86% | - |
| XYZ | 22.14 | 9.93 | 68.46 | - |
| YUV | 64.54 | 215.74 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 220 | 0.41 | 1.00 | 0 | 0.14 | 275.34 | 0.99 | 0.43 |
| Hex | 82 | 1 | DC | 29 | 64 | 0 | E | 113 | 63 | 2B |
| Octal | 202 | 1 | 334 | 51 | 144 | 0 | 16 | 423 | 143 | 53 |
| Binary | 10000010 | 1 | 11011100 | 101001 | 1100100 | 0 | 1110 | 100010011 | 1100011 | 101011 |
Color Harmonies of #8201DC
Complementary color
Monochromatic Colors of #8201DC
Black with #8201DC
Text Example
Text Example
White with #8201DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201DC; }
p { color: rgb(130,1,220); }
H1.HeaderClassName
{
color: #8201DC;
}
.AnyTagClassName
{
color: #8201DC;
}
</style>
background-color css
<style>
a { background-color: #8201DC; }
a { background-color: rgb(130,1,220); }
div.DivClassName
{
background-color: #8201DC;
}
.BgClassName
{
background-color: #8201DC;
}
</style>
border-color css
<style>
span { border-color: #8201DC; }
span { border-color: rgb(130,1,220); }
td.TdClassName
{
border-color: #8201DC;
}
.TagClassName
{
border-color: #8201DC;
}
</style>