Shades of Dark Violet #8207EC
Tints of Dark Violet #8207EC
RGB
CMYK
RGB Variations
Color information
#8207EC (or 0x8207EC) is known color: Dark Violet. HEX triplet: 82, 07 and EC. RGB value is (130,7,236). Sum of RGB (Red+Green+Blue) = 130+7+236=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #8207EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8207EC is #7DF813. Grayscale: #454545. Windows color (decimal): -8255508 or 15468418. OLE color: 15468418.
HSL color Cylindrical-coordinate representation of color #8207EC: hue angle of 272.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8207EC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 7 | 236 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.07 |
| HSL | 272.23º | 0.94% | 0.48% | - |
| HSV(B) | 272.23º | 0.97% | 0.93% | - |
| XYZ | 24.42 | 10.95 | 80.18 | - |
| YUV | 69.88 | 221.75 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 236 | 0.45 | 0.97 | 0 | 0.07 | 272.23 | 0.94 | 0.48 |
| Hex | 82 | 7 | EC | 2D | 61 | 0 | 7 | 110 | 5E | 30 |
| Octal | 202 | 7 | 354 | 55 | 141 | 0 | 7 | 420 | 136 | 60 |
| Binary | 10000010 | 111 | 11101100 | 101101 | 1100001 | 0 | 111 | 100010000 | 1011110 | 110000 |
Color Harmonies of #8207EC
Complementary color
Monochromatic Colors of #8207EC
Black with #8207EC
Text Example
Text Example
White with #8207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8207EC; }
p { color: rgb(130,7,236); }
H1.HeaderClassName
{
color: #8207EC;
}
.AnyTagClassName
{
color: #8207EC;
}
</style>
background-color css
<style>
a { background-color: #8207EC; }
a { background-color: rgb(130,7,236); }
div.DivClassName
{
background-color: #8207EC;
}
.BgClassName
{
background-color: #8207EC;
}
</style>
border-color css
<style>
span { border-color: #8207EC; }
span { border-color: rgb(130,7,236); }
td.TdClassName
{
border-color: #8207EC;
}
.TagClassName
{
border-color: #8207EC;
}
</style>