Shades of Dark Violet #8413B4
Tints of Dark Violet #8413B4
RGB
CMYK
RGB Variations
Color information
#8413B4 (or 0x8413B4) is known color: Dark Violet. HEX triplet: 84, 13 and B4. RGB value is (132,19,180). Sum of RGB (Red+Green+Blue) = 132+19+180=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #8413B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413B4 is #7BEC4B. Grayscale: #464646. Windows color (decimal): -8121420 or 11801476. OLE color: 11801476.
HSL color Cylindrical-coordinate representation of color #8413B4: hue angle of 282.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8413B4 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 19 | 180 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.29 |
| HSL | 282.11º | 0.81% | 0.39% | - |
| HSV(B) | 282.11º | 0.89% | 0.71% | - |
| XYZ | 17.99 | 8.67 | 43.9 | - |
| YUV | 71.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 180 | 0.27 | 0.89 | 0 | 0.29 | 282.11 | 0.81 | 0.39 |
| Hex | 84 | 13 | B4 | 1B | 59 | 0 | 1D | 11A | 51 | 27 |
| Octal | 204 | 23 | 264 | 33 | 131 | 0 | 35 | 432 | 121 | 47 |
| Binary | 10000100 | 10011 | 10110100 | 11011 | 1011001 | 0 | 11101 | 100011010 | 1010001 | 100111 |
Color Harmonies of #8413B4
Complementary color
Monochromatic Colors of #8413B4
Black with #8413B4
Text Example
Text Example
White with #8413B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413B4; }
p { color: rgb(132,19,180); }
H1.HeaderClassName
{
color: #8413B4;
}
.AnyTagClassName
{
color: #8413B4;
}
</style>
background-color css
<style>
a { background-color: #8413B4; }
a { background-color: rgb(132,19,180); }
div.DivClassName
{
background-color: #8413B4;
}
.BgClassName
{
background-color: #8413B4;
}
</style>
border-color css
<style>
span { border-color: #8413B4; }
span { border-color: rgb(132,19,180); }
td.TdClassName
{
border-color: #8413B4;
}
.TagClassName
{
border-color: #8413B4;
}
</style>