Shades of Dark Violet #8200D8
Tints of Dark Violet #8200D8
RGB
CMYK
RGB Variations
Color information
#8200D8 (or 0x8200D8) is known color: Dark Violet. HEX triplet: 82, 00 and D8. RGB value is (130,0,216). Sum of RGB (Red+Green+Blue) = 130+0+216=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #8200D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200D8 is #7DFF27. Grayscale: #3E3E3E. Windows color (decimal): -8257320 or 14155906. OLE color: 14155906.
HSL color Cylindrical-coordinate representation of color #8200D8: hue angle of 276.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200D8 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 0 | 216 | - |
| CMYK | 0.40 | 1 | 0 | 0.15 |
| HSL | 276.11º | 1% | 0.42% | - |
| HSV(B) | 276.11º | 1% | 0.85% | - |
| XYZ | 21.6 | 9.7 | 65.7 | - |
| YUV | 63.49 | 214.07 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 216 | 0.40 | 1 | 0 | 0.15 | 276.11 | 1 | 0.42 |
| Hex | 82 | 0 | D8 | 28 | 64 | 0 | F | 114 | 64 | 2A |
| Octal | 202 | 0 | 330 | 50 | 144 | 0 | 17 | 424 | 144 | 52 |
| Binary | 10000010 | 0 | 11011000 | 101000 | 1100100 | 0 | 1111 | 100010100 | 1100100 | 101010 |
Color Harmonies of #8200D8
Complementary color
Monochromatic Colors of #8200D8
Black with #8200D8
Text Example
Text Example
White with #8200D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200D8; }
p { color: rgb(130,0,216); }
H1.HeaderClassName
{
color: #8200D8;
}
.AnyTagClassName
{
color: #8200D8;
}
</style>
background-color css
<style>
a { background-color: #8200D8; }
a { background-color: rgb(130,0,216); }
div.DivClassName
{
background-color: #8200D8;
}
.BgClassName
{
background-color: #8200D8;
}
</style>
border-color css
<style>
span { border-color: #8200D8; }
span { border-color: rgb(130,0,216); }
td.TdClassName
{
border-color: #8200D8;
}
.TagClassName
{
border-color: #8200D8;
}
</style>