Shades of Dark Violet #8411B1
Tints of Dark Violet #8411B1
RGB
CMYK
RGB Variations
Color information
#8411B1 (or 0x8411B1) is known color: Dark Violet. HEX triplet: 84, 11 and B1. RGB value is (132,17,177). Sum of RGB (Red+Green+Blue) = 132+17+177=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #8411B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8411B1 is #7BEE4E. Grayscale: #454545. Windows color (decimal): -8121935 or 11604356. OLE color: 11604356.
HSL color Cylindrical-coordinate representation of color #8411B1: hue angle of 283.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8411B1 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 17 | 177 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.31 |
| HSL | 283.13º | 0.82% | 0.38% | - |
| HSV(B) | 283.13º | 0.9% | 0.69% | - |
| XYZ | 17.65 | 8.48 | 42.3 | - |
| YUV | 69.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 177 | 0.25 | 0.90 | 0 | 0.31 | 283.13 | 0.82 | 0.38 |
| Hex | 84 | 11 | B1 | 19 | 5A | 0 | 1F | 11B | 52 | 26 |
| Octal | 204 | 21 | 261 | 31 | 132 | 0 | 37 | 433 | 122 | 46 |
| Binary | 10000100 | 10001 | 10110001 | 11001 | 1011010 | 0 | 11111 | 100011011 | 1010010 | 100110 |
Color Harmonies of #8411B1
Complementary color
Monochromatic Colors of #8411B1
Black with #8411B1
Text Example
Text Example
White with #8411B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411B1; }
p { color: rgb(132,17,177); }
H1.HeaderClassName
{
color: #8411B1;
}
.AnyTagClassName
{
color: #8411B1;
}
</style>
background-color css
<style>
a { background-color: #8411B1; }
a { background-color: rgb(132,17,177); }
div.DivClassName
{
background-color: #8411B1;
}
.BgClassName
{
background-color: #8411B1;
}
</style>
border-color css
<style>
span { border-color: #8411B1; }
span { border-color: rgb(132,17,177); }
td.TdClassName
{
border-color: #8411B1;
}
.TagClassName
{
border-color: #8411B1;
}
</style>