Shades of Dark Violet #8407CC
Tints of Dark Violet #8407CC
RGB
CMYK
RGB Variations
Color information
#8407CC (or 0x8407CC) is known color: Dark Violet. HEX triplet: 84, 07 and CC. RGB value is (132,7,204). Sum of RGB (Red+Green+Blue) = 132+7+204=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #8407CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8407CC is #7BF833. Grayscale: #424242. Windows color (decimal): -8124468 or 13371268. OLE color: 13371268.
HSL color Cylindrical-coordinate representation of color #8407CC: hue angle of 278.07º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8407CC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 7 | 204 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.2 |
| HSL | 278.07º | 0.93% | 0.41% | - |
| HSV(B) | 278.07º | 0.97% | 0.8% | - |
| XYZ | 20.49 | 9.42 | 57.86 | - |
| YUV | 66.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 204 | 0.35 | 0.97 | 0 | 0.2 | 278.07 | 0.93 | 0.41 |
| Hex | 84 | 7 | CC | 23 | 61 | 0 | 14 | 116 | 5D | 29 |
| Octal | 204 | 7 | 314 | 43 | 141 | 0 | 24 | 426 | 135 | 51 |
| Binary | 10000100 | 111 | 11001100 | 100011 | 1100001 | 0 | 10100 | 100010110 | 1011101 | 101001 |
Color Harmonies of #8407CC
Complementary color
Monochromatic Colors of #8407CC
Black with #8407CC
Text Example
Text Example
White with #8407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8407CC; }
p { color: rgb(132,7,204); }
H1.HeaderClassName
{
color: #8407CC;
}
.AnyTagClassName
{
color: #8407CC;
}
</style>
background-color css
<style>
a { background-color: #8407CC; }
a { background-color: rgb(132,7,204); }
div.DivClassName
{
background-color: #8407CC;
}
.BgClassName
{
background-color: #8407CC;
}
</style>
border-color css
<style>
span { border-color: #8407CC; }
span { border-color: rgb(132,7,204); }
td.TdClassName
{
border-color: #8407CC;
}
.TagClassName
{
border-color: #8407CC;
}
</style>