Shades of Dark Violet #8204DF
Tints of Dark Violet #8204DF
RGB
CMYK
RGB Variations
Color information
#8204DF (or 0x8204DF) is known color: Dark Violet. HEX triplet: 82, 04 and DF. RGB value is (130,4,223). Sum of RGB (Red+Green+Blue) = 130+4+223=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #8204DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204DF is #7DFB20. Grayscale: #414141. Windows color (decimal): -8256289 or 14615682. OLE color: 14615682.
HSL color Cylindrical-coordinate representation of color #8204DF: hue angle of 274.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204DF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 4 | 223 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.13 |
| HSL | 274.52º | 0.96% | 0.45% | - |
| HSV(B) | 274.52º | 0.98% | 0.87% | - |
| XYZ | 22.57 | 10.16 | 70.58 | - |
| YUV | 66.64 | 216.24 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 223 | 0.42 | 0.98 | 0 | 0.13 | 274.52 | 0.96 | 0.45 |
| Hex | 82 | 4 | DF | 2A | 62 | 0 | D | 113 | 60 | 2D |
| Octal | 202 | 4 | 337 | 52 | 142 | 0 | 15 | 423 | 140 | 55 |
| Binary | 10000010 | 100 | 11011111 | 101010 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101101 |
Color Harmonies of #8204DF
Complementary color
Monochromatic Colors of #8204DF
Black with #8204DF
Text Example
Text Example
White with #8204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204DF; }
p { color: rgb(130,4,223); }
H1.HeaderClassName
{
color: #8204DF;
}
.AnyTagClassName
{
color: #8204DF;
}
</style>
background-color css
<style>
a { background-color: #8204DF; }
a { background-color: rgb(130,4,223); }
div.DivClassName
{
background-color: #8204DF;
}
.BgClassName
{
background-color: #8204DF;
}
</style>
border-color css
<style>
span { border-color: #8204DF; }
span { border-color: rgb(130,4,223); }
td.TdClassName
{
border-color: #8204DF;
}
.TagClassName
{
border-color: #8204DF;
}
</style>