Shades of Dark Violet #8404CF
Tints of Dark Violet #8404CF
RGB
CMYK
RGB Variations
Color information
#8404CF (or 0x8404CF) is known color: Dark Violet. HEX triplet: 84, 04 and CF. RGB value is (132,4,207). Sum of RGB (Red+Green+Blue) = 132+4+207=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #8404CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404CF is #7BFB30. Grayscale: #404040. Windows color (decimal): -8125233 or 13567108. OLE color: 13567108.
HSL color Cylindrical-coordinate representation of color #8404CF: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404CF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 4 | 207 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.19 |
| HSL | 277.83º | 0.96% | 0.41% | - |
| HSV(B) | 277.83º | 0.98% | 0.81% | - |
| XYZ | 20.82 | 9.5 | 59.77 | - |
| YUV | 65.41 | 207.91 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 207 | 0.36 | 0.98 | 0 | 0.19 | 277.83 | 0.96 | 0.41 |
| Hex | 84 | 4 | CF | 24 | 62 | 0 | 13 | 116 | 60 | 29 |
| Octal | 204 | 4 | 317 | 44 | 142 | 0 | 23 | 426 | 140 | 51 |
| Binary | 10000100 | 100 | 11001111 | 100100 | 1100010 | 0 | 10011 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8404CF
Complementary color
Monochromatic Colors of #8404CF
Black with #8404CF
Text Example
Text Example
White with #8404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404CF; }
p { color: rgb(132,4,207); }
H1.HeaderClassName
{
color: #8404CF;
}
.AnyTagClassName
{
color: #8404CF;
}
</style>
background-color css
<style>
a { background-color: #8404CF; }
a { background-color: rgb(132,4,207); }
div.DivClassName
{
background-color: #8404CF;
}
.BgClassName
{
background-color: #8404CF;
}
</style>
border-color css
<style>
span { border-color: #8404CF; }
span { border-color: rgb(132,4,207); }
td.TdClassName
{
border-color: #8404CF;
}
.TagClassName
{
border-color: #8404CF;
}
</style>