Shades of Dark Violet #8201CE
Tints of Dark Violet #8201CE
RGB
CMYK
RGB Variations
Color information
#8201CE (or 0x8201CE) is known color: Dark Violet. HEX triplet: 82, 01 and CE. RGB value is (130,1,206). Sum of RGB (Red+Green+Blue) = 130+1+206=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #8201CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201CE is #7DFE31. Grayscale: #3E3E3E. Windows color (decimal): -8257074 or 13500802. OLE color: 13500802.
HSL color Cylindrical-coordinate representation of color #8201CE: hue angle of 277.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201CE is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 1 | 206 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.19 |
| HSL | 277.76º | 0.99% | 0.41% | - |
| HSV(B) | 277.76º | 1% | 0.81% | - |
| XYZ | 20.36 | 9.22 | 59.1 | - |
| YUV | 62.94 | 208.74 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 206 | 0.37 | 1.00 | 0 | 0.19 | 277.76 | 0.99 | 0.41 |
| Hex | 82 | 1 | CE | 25 | 64 | 0 | 13 | 116 | 63 | 29 |
| Octal | 202 | 1 | 316 | 45 | 144 | 0 | 23 | 426 | 143 | 51 |
| Binary | 10000010 | 1 | 11001110 | 100101 | 1100100 | 0 | 10011 | 100010110 | 1100011 | 101001 |
Color Harmonies of #8201CE
Complementary color
Monochromatic Colors of #8201CE
Black with #8201CE
Text Example
Text Example
White with #8201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201CE; }
p { color: rgb(130,1,206); }
H1.HeaderClassName
{
color: #8201CE;
}
.AnyTagClassName
{
color: #8201CE;
}
</style>
background-color css
<style>
a { background-color: #8201CE; }
a { background-color: rgb(130,1,206); }
div.DivClassName
{
background-color: #8201CE;
}
.BgClassName
{
background-color: #8201CE;
}
</style>
border-color css
<style>
span { border-color: #8201CE; }
span { border-color: rgb(130,1,206); }
td.TdClassName
{
border-color: #8201CE;
}
.TagClassName
{
border-color: #8201CE;
}
</style>