Shades of Dark Violet #8200DE
Tints of Dark Violet #8200DE
RGB
CMYK
RGB Variations
Color information
#8200DE (or 0x8200DE) is known color: Dark Violet. HEX triplet: 82, 00 and DE. RGB value is (130,0,222). Sum of RGB (Red+Green+Blue) = 130+0+222=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #8200DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200DE is #7DFF21. Grayscale: #3F3F3F. Windows color (decimal): -8257314 or 14549122. OLE color: 14549122.
HSL color Cylindrical-coordinate representation of color #8200DE: hue angle of 275.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200DE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 0 | 222 | - |
| CMYK | 0.41 | 1 | 0 | 0.13 |
| HSL | 275.14º | 1% | 0.44% | - |
| HSV(B) | 275.14º | 1% | 0.87% | - |
| XYZ | 22.39 | 10.02 | 69.86 | - |
| YUV | 64.18 | 217.07 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 222 | 0.41 | 1 | 0 | 0.13 | 275.14 | 1 | 0.44 |
| Hex | 82 | 0 | DE | 29 | 64 | 0 | D | 113 | 64 | 2C |
| Octal | 202 | 0 | 336 | 51 | 144 | 0 | 15 | 423 | 144 | 54 |
| Binary | 10000010 | 0 | 11011110 | 101001 | 1100100 | 0 | 1101 | 100010011 | 1100100 | 101100 |
Color Harmonies of #8200DE
Complementary color
Monochromatic Colors of #8200DE
Black with #8200DE
Text Example
Text Example
White with #8200DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200DE; }
p { color: rgb(130,0,222); }
H1.HeaderClassName
{
color: #8200DE;
}
.AnyTagClassName
{
color: #8200DE;
}
</style>
background-color css
<style>
a { background-color: #8200DE; }
a { background-color: rgb(130,0,222); }
div.DivClassName
{
background-color: #8200DE;
}
.BgClassName
{
background-color: #8200DE;
}
</style>
border-color css
<style>
span { border-color: #8200DE; }
span { border-color: rgb(130,0,222); }
td.TdClassName
{
border-color: #8200DE;
}
.TagClassName
{
border-color: #8200DE;
}
</style>