Shades of Dark Violet #8200EA
Tints of Dark Violet #8200EA
RGB
CMYK
RGB Variations
Color information
#8200EA (or 0x8200EA) is known color: Dark Violet. HEX triplet: 82, 00 and EA. RGB value is (130,0,234). Sum of RGB (Red+Green+Blue) = 130+0+234=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #8200EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200EA is #7DFF15. Grayscale: #404040. Windows color (decimal): -8257302 or 15335554. OLE color: 15335554.
HSL color Cylindrical-coordinate representation of color #8200EA: hue angle of 273.33º 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 #8200EA is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 0 | 234 | - |
| CMYK | 0.44 | 1 | 0 | 0.08 |
| HSL | 273.33º | 1% | 0.46% | - |
| HSV(B) | 273.33º | 1% | 0.92% | - |
| XYZ | 24.06 | 10.69 | 78.64 | - |
| YUV | 65.55 | 223.07 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 234 | 0.44 | 1 | 0 | 0.08 | 273.33 | 1 | 0.46 |
| Hex | 82 | 0 | EA | 2C | 64 | 0 | 8 | 111 | 64 | 2E |
| Octal | 202 | 0 | 352 | 54 | 144 | 0 | 10 | 421 | 144 | 56 |
| Binary | 10000010 | 0 | 11101010 | 101100 | 1100100 | 0 | 1000 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8200EA
Complementary color
Monochromatic Colors of #8200EA
Black with #8200EA
Text Example
Text Example
White with #8200EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200EA; }
p { color: rgb(130,0,234); }
H1.HeaderClassName
{
color: #8200EA;
}
.AnyTagClassName
{
color: #8200EA;
}
</style>
background-color css
<style>
a { background-color: #8200EA; }
a { background-color: rgb(130,0,234); }
div.DivClassName
{
background-color: #8200EA;
}
.BgClassName
{
background-color: #8200EA;
}
</style>
border-color css
<style>
span { border-color: #8200EA; }
span { border-color: rgb(130,0,234); }
td.TdClassName
{
border-color: #8200EA;
}
.TagClassName
{
border-color: #8200EA;
}
</style>