Shades of Dark Violet #8202E7
Tints of Dark Violet #8202E7
RGB
CMYK
RGB Variations
Color information
#8202E7 (or 0x8202E7) is known color: Dark Violet. HEX triplet: 82, 02 and E7. RGB value is (130,2,231). Sum of RGB (Red+Green+Blue) = 130+2+231=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #8202E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8202E7 is #7DFD18. Grayscale: #414141. Windows color (decimal): -8256793 or 15139458. OLE color: 15139458.
HSL color Cylindrical-coordinate representation of color #8202E7: hue angle of 273.54º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202E7 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 2 | 231 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.09 |
| HSL | 273.54º | 0.98% | 0.46% | - |
| HSV(B) | 273.54º | 0.99% | 0.91% | - |
| XYZ | 23.65 | 10.56 | 76.39 | - |
| YUV | 66.38 | 220.91 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 231 | 0.44 | 0.99 | 0 | 0.09 | 273.54 | 0.98 | 0.46 |
| Hex | 82 | 2 | E7 | 2C | 63 | 0 | 9 | 112 | 62 | 2E |
| Octal | 202 | 2 | 347 | 54 | 143 | 0 | 11 | 422 | 142 | 56 |
| Binary | 10000010 | 10 | 11100111 | 101100 | 1100011 | 0 | 1001 | 100010010 | 1100010 | 101110 |
Color Harmonies of #8202E7
Complementary color
Monochromatic Colors of #8202E7
Black with #8202E7
Text Example
Text Example
White with #8202E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202E7; }
p { color: rgb(130,2,231); }
H1.HeaderClassName
{
color: #8202E7;
}
.AnyTagClassName
{
color: #8202E7;
}
</style>
background-color css
<style>
a { background-color: #8202E7; }
a { background-color: rgb(130,2,231); }
div.DivClassName
{
background-color: #8202E7;
}
.BgClassName
{
background-color: #8202E7;
}
</style>
border-color css
<style>
span { border-color: #8202E7; }
span { border-color: rgb(130,2,231); }
td.TdClassName
{
border-color: #8202E7;
}
.TagClassName
{
border-color: #8202E7;
}
</style>