Shades of Dark Violet #8404CA
Tints of Dark Violet #8404CA
RGB
CMYK
RGB Variations
Color information
#8404CA (or 0x8404CA) is known color: Dark Violet. HEX triplet: 84, 04 and CA. RGB value is (132,4,202). Sum of RGB (Red+Green+Blue) = 132+4+202=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #8404CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404CA is #7BFB35. Grayscale: #404040. Windows color (decimal): -8125238 or 13239428. OLE color: 13239428.
HSL color Cylindrical-coordinate representation of color #8404CA: hue angle of 278.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404CA is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 4 | 202 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.21 |
| HSL | 278.79º | 0.96% | 0.4% | - |
| HSV(B) | 278.79º | 0.98% | 0.79% | - |
| XYZ | 20.22 | 9.26 | 56.6 | - |
| YUV | 64.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 202 | 0.35 | 0.98 | 0 | 0.21 | 278.79 | 0.96 | 0.4 |
| Hex | 84 | 4 | CA | 23 | 62 | 0 | 15 | 117 | 60 | 28 |
| Octal | 204 | 4 | 312 | 43 | 142 | 0 | 25 | 427 | 140 | 50 |
| Binary | 10000100 | 100 | 11001010 | 100011 | 1100010 | 0 | 10101 | 100010111 | 1100000 | 101000 |
Color Harmonies of #8404CA
Complementary color
Monochromatic Colors of #8404CA
Black with #8404CA
Text Example
Text Example
White with #8404CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404CA; }
p { color: rgb(132,4,202); }
H1.HeaderClassName
{
color: #8404CA;
}
.AnyTagClassName
{
color: #8404CA;
}
</style>
background-color css
<style>
a { background-color: #8404CA; }
a { background-color: rgb(132,4,202); }
div.DivClassName
{
background-color: #8404CA;
}
.BgClassName
{
background-color: #8404CA;
}
</style>
border-color css
<style>
span { border-color: #8404CA; }
span { border-color: rgb(132,4,202); }
td.TdClassName
{
border-color: #8404CA;
}
.TagClassName
{
border-color: #8404CA;
}
</style>