Shades of Dark Violet #8201EC
Tints of Dark Violet #8201EC
RGB
CMYK
RGB Variations
Color information
#8201EC (or 0x8201EC) is known color: Dark Violet. HEX triplet: 82, 01 and EC. RGB value is (130,1,236). Sum of RGB (Red+Green+Blue) = 130+1+236=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #8201EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201EC is #7DFE13. Grayscale: #414141. Windows color (decimal): -8257044 or 15466882. OLE color: 15466882.
HSL color Cylindrical-coordinate representation of color #8201EC: hue angle of 272.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201EC is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 1 | 236 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.07 |
| HSL | 272.94º | 0.99% | 0.46% | - |
| HSV(B) | 272.94º | 1% | 0.93% | - |
| XYZ | 24.36 | 10.82 | 80.16 | - |
| YUV | 66.36 | 223.74 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 236 | 0.45 | 1.00 | 0 | 0.07 | 272.94 | 0.99 | 0.46 |
| Hex | 82 | 1 | EC | 2D | 64 | 0 | 7 | 111 | 63 | 2E |
| Octal | 202 | 1 | 354 | 55 | 144 | 0 | 7 | 421 | 143 | 56 |
| Binary | 10000010 | 1 | 11101100 | 101101 | 1100100 | 0 | 111 | 100010001 | 1100011 | 101110 |
Color Harmonies of #8201EC
Complementary color
Monochromatic Colors of #8201EC
Black with #8201EC
Text Example
Text Example
White with #8201EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201EC; }
p { color: rgb(130,1,236); }
H1.HeaderClassName
{
color: #8201EC;
}
.AnyTagClassName
{
color: #8201EC;
}
</style>
background-color css
<style>
a { background-color: #8201EC; }
a { background-color: rgb(130,1,236); }
div.DivClassName
{
background-color: #8201EC;
}
.BgClassName
{
background-color: #8201EC;
}
</style>
border-color css
<style>
span { border-color: #8201EC; }
span { border-color: rgb(130,1,236); }
td.TdClassName
{
border-color: #8201EC;
}
.TagClassName
{
border-color: #8201EC;
}
</style>