Shades of Dark Violet #8200EB
Tints of Dark Violet #8200EB
RGB
CMYK
RGB Variations
Color information
#8200EB (or 0x8200EB) is known color: Dark Violet. HEX triplet: 82, 00 and EB. RGB value is (130,0,235). Sum of RGB (Red+Green+Blue) = 130+0+235=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #8200EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200EB is #7DFF14. Grayscale: #404040. Windows color (decimal): -8257301 or 15401090. OLE color: 15401090.
HSL color Cylindrical-coordinate representation of color #8200EB: hue angle of 273.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200EB is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 0 | 235 | - |
| CMYK | 0.45 | 1 | 0 | 0.08 |
| HSL | 273.19º | 1% | 0.46% | - |
| HSV(B) | 273.19º | 1% | 0.92% | - |
| XYZ | 24.2 | 10.74 | 79.4 | - |
| YUV | 65.66 | 223.57 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 235 | 0.45 | 1 | 0 | 0.08 | 273.19 | 1 | 0.46 |
| Hex | 82 | 0 | EB | 2D | 64 | 0 | 8 | 111 | 64 | 2E |
| Octal | 202 | 0 | 353 | 55 | 144 | 0 | 10 | 421 | 144 | 56 |
| Binary | 10000010 | 0 | 11101011 | 101101 | 1100100 | 0 | 1000 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8200EB
Complementary color
Monochromatic Colors of #8200EB
Black with #8200EB
Text Example
Text Example
White with #8200EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200EB; }
p { color: rgb(130,0,235); }
H1.HeaderClassName
{
color: #8200EB;
}
.AnyTagClassName
{
color: #8200EB;
}
</style>
background-color css
<style>
a { background-color: #8200EB; }
a { background-color: rgb(130,0,235); }
div.DivClassName
{
background-color: #8200EB;
}
.BgClassName
{
background-color: #8200EB;
}
</style>
border-color css
<style>
span { border-color: #8200EB; }
span { border-color: rgb(130,0,235); }
td.TdClassName
{
border-color: #8200EB;
}
.TagClassName
{
border-color: #8200EB;
}
</style>