Shades of Dark Violet #8406C4
Tints of Dark Violet #8406C4
RGB
CMYK
RGB Variations
Color information
#8406C4 (or 0x8406C4) is known color: Dark Violet. HEX triplet: 84, 06 and C4. RGB value is (132,6,196). Sum of RGB (Red+Green+Blue) = 132+6+196=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #8406C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406C4 is #7BF93B. Grayscale: #404040. Windows color (decimal): -8124732 or 12846724. OLE color: 12846724.
HSL color Cylindrical-coordinate representation of color #8406C4: hue angle of 279.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406C4 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 6 | 196 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.23 |
| HSL | 279.79º | 0.94% | 0.4% | - |
| HSV(B) | 279.79º | 0.97% | 0.77% | - |
| XYZ | 19.54 | 9.02 | 52.94 | - |
| YUV | 65.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 196 | 0.33 | 0.97 | 0 | 0.23 | 279.79 | 0.94 | 0.4 |
| Hex | 84 | 6 | C4 | 21 | 61 | 0 | 17 | 118 | 5E | 28 |
| Octal | 204 | 6 | 304 | 41 | 141 | 0 | 27 | 430 | 136 | 50 |
| Binary | 10000100 | 110 | 11000100 | 100001 | 1100001 | 0 | 10111 | 100011000 | 1011110 | 101000 |
Color Harmonies of #8406C4
Complementary color
Monochromatic Colors of #8406C4
Black with #8406C4
Text Example
Text Example
White with #8406C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8406C4; }
p { color: rgb(132,6,196); }
H1.HeaderClassName
{
color: #8406C4;
}
.AnyTagClassName
{
color: #8406C4;
}
</style>
background-color css
<style>
a { background-color: #8406C4; }
a { background-color: rgb(132,6,196); }
div.DivClassName
{
background-color: #8406C4;
}
.BgClassName
{
background-color: #8406C4;
}
</style>
border-color css
<style>
span { border-color: #8406C4; }
span { border-color: rgb(132,6,196); }
td.TdClassName
{
border-color: #8406C4;
}
.TagClassName
{
border-color: #8406C4;
}
</style>