Shades of Dark Violet #8411C1
Tints of Dark Violet #8411C1
RGB
CMYK
RGB Variations
Color information
#8411C1 (or 0x8411C1) is known color: Dark Violet. HEX triplet: 84, 11 and C1. RGB value is (132,17,193). Sum of RGB (Red+Green+Blue) = 132+17+193=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #8411C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8411C1 is #7BEE3E. Grayscale: #464646. Windows color (decimal): -8121919 or 12652932. OLE color: 12652932.
HSL color Cylindrical-coordinate representation of color #8411C1: hue angle of 279.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8411C1 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 17 | 193 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.24 |
| HSL | 279.2º | 0.84% | 0.41% | - |
| HSV(B) | 279.2º | 0.91% | 0.76% | - |
| XYZ | 19.34 | 9.16 | 51.2 | - |
| YUV | 71.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 193 | 0.32 | 0.91 | 0 | 0.24 | 279.2 | 0.84 | 0.41 |
| Hex | 84 | 11 | C1 | 20 | 5B | 0 | 18 | 117 | 54 | 29 |
| Octal | 204 | 21 | 301 | 40 | 133 | 0 | 30 | 427 | 124 | 51 |
| Binary | 10000100 | 10001 | 11000001 | 100000 | 1011011 | 0 | 11000 | 100010111 | 1010100 | 101001 |
Color Harmonies of #8411C1
Complementary color
Monochromatic Colors of #8411C1
Black with #8411C1
Text Example
Text Example
White with #8411C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411C1; }
p { color: rgb(132,17,193); }
H1.HeaderClassName
{
color: #8411C1;
}
.AnyTagClassName
{
color: #8411C1;
}
</style>
background-color css
<style>
a { background-color: #8411C1; }
a { background-color: rgb(132,17,193); }
div.DivClassName
{
background-color: #8411C1;
}
.BgClassName
{
background-color: #8411C1;
}
</style>
border-color css
<style>
span { border-color: #8411C1; }
span { border-color: rgb(132,17,193); }
td.TdClassName
{
border-color: #8411C1;
}
.TagClassName
{
border-color: #8411C1;
}
</style>