Shades of Dark Violet #8408C7
Tints of Dark Violet #8408C7
RGB
CMYK
RGB Variations
Color information
#8408C7 (or 0x8408C7) is known color: Dark Violet. HEX triplet: 84, 08 and C7. RGB value is (132,8,199). Sum of RGB (Red+Green+Blue) = 132+8+199=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 199 (78.12% from 255 or 58.70% from 339); Max value from RGB is 199 - color contains mainly: blue. Hex color #8408C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408C7 is #7BF738. Grayscale: #424242. Windows color (decimal): -8124217 or 13043844. OLE color: 13043844.
HSL color Cylindrical-coordinate representation of color #8408C7: hue angle of 278.95º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8408C7 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 8 | 199 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.22 |
| HSL | 278.95º | 0.92% | 0.41% | - |
| HSV(B) | 278.95º | 0.96% | 0.78% | - |
| XYZ | 19.91 | 9.2 | 54.76 | - |
| YUV | 66.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 199 | 0.34 | 0.96 | 0 | 0.22 | 278.95 | 0.92 | 0.41 |
| Hex | 84 | 8 | C7 | 22 | 60 | 0 | 16 | 117 | 5C | 29 |
| Octal | 204 | 10 | 307 | 42 | 140 | 0 | 26 | 427 | 134 | 51 |
| Binary | 10000100 | 1000 | 11000111 | 100010 | 1100000 | 0 | 10110 | 100010111 | 1011100 | 101001 |
Color Harmonies of #8408C7
Complementary color
Monochromatic Colors of #8408C7
Black with #8408C7
Text Example
Text Example
White with #8408C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8408C7; }
p { color: rgb(132,8,199); }
H1.HeaderClassName
{
color: #8408C7;
}
.AnyTagClassName
{
color: #8408C7;
}
</style>
background-color css
<style>
a { background-color: #8408C7; }
a { background-color: rgb(132,8,199); }
div.DivClassName
{
background-color: #8408C7;
}
.BgClassName
{
background-color: #8408C7;
}
</style>
border-color css
<style>
span { border-color: #8408C7; }
span { border-color: rgb(132,8,199); }
td.TdClassName
{
border-color: #8408C7;
}
.TagClassName
{
border-color: #8408C7;
}
</style>