Shades of Dark Violet #8204DD
Tints of Dark Violet #8204DD
RGB
CMYK
RGB Variations
Color information
#8204DD (or 0x8204DD) is known color: Dark Violet. HEX triplet: 82, 04 and DD. RGB value is (130,4,221). Sum of RGB (Red+Green+Blue) = 130+4+221=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #8204DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204DD is #7DFB22. Grayscale: #414141. Windows color (decimal): -8256291 or 14484610. OLE color: 14484610.
HSL color Cylindrical-coordinate representation of color #8204DD: hue angle of 274.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204DD is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 4 | 221 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.13 |
| HSL | 274.84º | 0.96% | 0.44% | - |
| HSV(B) | 274.84º | 0.98% | 0.87% | - |
| XYZ | 22.3 | 10.05 | 69.17 | - |
| YUV | 66.41 | 215.24 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 221 | 0.41 | 0.98 | 0 | 0.13 | 274.84 | 0.96 | 0.44 |
| Hex | 82 | 4 | DD | 29 | 62 | 0 | D | 113 | 60 | 2C |
| Octal | 202 | 4 | 335 | 51 | 142 | 0 | 15 | 423 | 140 | 54 |
| Binary | 10000010 | 100 | 11011101 | 101001 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8204DD
Complementary color
Monochromatic Colors of #8204DD
Black with #8204DD
Text Example
Text Example
White with #8204DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204DD; }
p { color: rgb(130,4,221); }
H1.HeaderClassName
{
color: #8204DD;
}
.AnyTagClassName
{
color: #8204DD;
}
</style>
background-color css
<style>
a { background-color: #8204DD; }
a { background-color: rgb(130,4,221); }
div.DivClassName
{
background-color: #8204DD;
}
.BgClassName
{
background-color: #8204DD;
}
</style>
border-color css
<style>
span { border-color: #8204DD; }
span { border-color: rgb(130,4,221); }
td.TdClassName
{
border-color: #8204DD;
}
.TagClassName
{
border-color: #8204DD;
}
</style>