Shades of Dark Violet #8404DD
Tints of Dark Violet #8404DD
RGB
CMYK
RGB Variations
Color information
#8404DD (or 0x8404DD) is known color: Dark Violet. HEX triplet: 84, 04 and DD. RGB value is (132,4,221). Sum of RGB (Red+Green+Blue) = 132+4+221=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #8404DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404DD is #7BFB22. Grayscale: #424242. Windows color (decimal): -8125219 or 14484612. OLE color: 14484612.
HSL color Cylindrical-coordinate representation of color #8404DD: hue angle of 275.39º 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 #8404DD is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 4 | 221 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.13 |
| HSL | 275.39º | 0.96% | 0.44% | - |
| HSV(B) | 275.39º | 0.98% | 0.87% | - |
| XYZ | 22.61 | 10.21 | 69.19 | - |
| YUV | 67.01 | 214.91 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 221 | 0.40 | 0.98 | 0 | 0.13 | 275.39 | 0.96 | 0.44 |
| Hex | 84 | 4 | DD | 28 | 62 | 0 | D | 113 | 60 | 2C |
| Octal | 204 | 4 | 335 | 50 | 142 | 0 | 15 | 423 | 140 | 54 |
| Binary | 10000100 | 100 | 11011101 | 101000 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8404DD
Complementary color
Monochromatic Colors of #8404DD
Black with #8404DD
Text Example
Text Example
White with #8404DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404DD; }
p { color: rgb(132,4,221); }
H1.HeaderClassName
{
color: #8404DD;
}
.AnyTagClassName
{
color: #8404DD;
}
</style>
background-color css
<style>
a { background-color: #8404DD; }
a { background-color: rgb(132,4,221); }
div.DivClassName
{
background-color: #8404DD;
}
.BgClassName
{
background-color: #8404DD;
}
</style>
border-color css
<style>
span { border-color: #8404DD; }
span { border-color: rgb(132,4,221); }
td.TdClassName
{
border-color: #8404DD;
}
.TagClassName
{
border-color: #8404DD;
}
</style>