Shades of Dark Violet #8404C2
Tints of Dark Violet #8404C2
RGB
CMYK
RGB Variations
Color information
#8404C2 (or 0x8404C2) is known color: Dark Violet. HEX triplet: 84, 04 and C2. RGB value is (132,4,194). Sum of RGB (Red+Green+Blue) = 132+4+194=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #8404C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404C2 is #7BFB3D. Grayscale: #3F3F3F. Windows color (decimal): -8125246 or 12715140. OLE color: 12715140.
HSL color Cylindrical-coordinate representation of color #8404C2: hue angle of 280.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404C2 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 4 | 194 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.24 |
| HSL | 280.42º | 0.96% | 0.39% | - |
| HSV(B) | 280.42º | 0.98% | 0.76% | - |
| XYZ | 19.3 | 8.89 | 51.74 | - |
| YUV | 63.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 194 | 0.32 | 0.98 | 0 | 0.24 | 280.42 | 0.96 | 0.39 |
| Hex | 84 | 4 | C2 | 20 | 62 | 0 | 18 | 118 | 60 | 27 |
| Octal | 204 | 4 | 302 | 40 | 142 | 0 | 30 | 430 | 140 | 47 |
| Binary | 10000100 | 100 | 11000010 | 100000 | 1100010 | 0 | 11000 | 100011000 | 1100000 | 100111 |
Color Harmonies of #8404C2
Complementary color
Monochromatic Colors of #8404C2
Black with #8404C2
Text Example
Text Example
White with #8404C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404C2; }
p { color: rgb(132,4,194); }
H1.HeaderClassName
{
color: #8404C2;
}
.AnyTagClassName
{
color: #8404C2;
}
</style>
background-color css
<style>
a { background-color: #8404C2; }
a { background-color: rgb(132,4,194); }
div.DivClassName
{
background-color: #8404C2;
}
.BgClassName
{
background-color: #8404C2;
}
</style>
border-color css
<style>
span { border-color: #8404C2; }
span { border-color: rgb(132,4,194); }
td.TdClassName
{
border-color: #8404C2;
}
.TagClassName
{
border-color: #8404C2;
}
</style>