Shades of Dark Violet #8200ED
Tints of Dark Violet #8200ED
RGB
CMYK
RGB Variations
Color information
#8200ED (or 0x8200ED) is known color: Dark Violet. HEX triplet: 82, 00 and ED. RGB value is (130,0,237). Sum of RGB (Red+Green+Blue) = 130+0+237=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #8200ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200ED is #7DFF12. Grayscale: #414141. Windows color (decimal): -8257299 or 15532162. OLE color: 15532162.
HSL color Cylindrical-coordinate representation of color #8200ED: hue angle of 272.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200ED is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 0 | 237 | - |
| CMYK | 0.45 | 1 | 0 | 0.07 |
| HSL | 272.91º | 1% | 0.46% | - |
| HSV(B) | 272.91º | 1% | 0.93% | - |
| XYZ | 24.49 | 10.86 | 80.93 | - |
| YUV | 65.89 | 224.57 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 237 | 0.45 | 1 | 0 | 0.07 | 272.91 | 1 | 0.46 |
| Hex | 82 | 0 | ED | 2D | 64 | 0 | 7 | 111 | 64 | 2E |
| Octal | 202 | 0 | 355 | 55 | 144 | 0 | 7 | 421 | 144 | 56 |
| Binary | 10000010 | 0 | 11101101 | 101101 | 1100100 | 0 | 111 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8200ED
Complementary color
Monochromatic Colors of #8200ED
Black with #8200ED
Text Example
Text Example
White with #8200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200ED; }
p { color: rgb(130,0,237); }
H1.HeaderClassName
{
color: #8200ED;
}
.AnyTagClassName
{
color: #8200ED;
}
</style>
background-color css
<style>
a { background-color: #8200ED; }
a { background-color: rgb(130,0,237); }
div.DivClassName
{
background-color: #8200ED;
}
.BgClassName
{
background-color: #8200ED;
}
</style>
border-color css
<style>
span { border-color: #8200ED; }
span { border-color: rgb(130,0,237); }
td.TdClassName
{
border-color: #8200ED;
}
.TagClassName
{
border-color: #8200ED;
}
</style>