Shades of Dark Violet #8412B3
Tints of Dark Violet #8412B3
RGB
CMYK
RGB Variations
Color information
#8412B3 (or 0x8412B3) is known color: Dark Violet. HEX triplet: 84, 12 and B3. RGB value is (132,18,179). Sum of RGB (Red+Green+Blue) = 132+18+179=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #8412B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412B3 is #7BED4C. Grayscale: #454545. Windows color (decimal): -8121677 or 11735684. OLE color: 11735684.
HSL color Cylindrical-coordinate representation of color #8412B3: hue angle of 282.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412B3 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 18 | 179 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.30 |
| HSL | 282.48º | 0.82% | 0.39% | - |
| HSV(B) | 282.48º | 0.9% | 0.7% | - |
| XYZ | 17.87 | 8.59 | 43.36 | - |
| YUV | 70.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 179 | 0.26 | 0.90 | 0 | 0.30 | 282.48 | 0.82 | 0.39 |
| Hex | 84 | 12 | B3 | 1A | 5A | 0 | 1E | 11A | 52 | 27 |
| Octal | 204 | 22 | 263 | 32 | 132 | 0 | 36 | 432 | 122 | 47 |
| Binary | 10000100 | 10010 | 10110011 | 11010 | 1011010 | 0 | 11110 | 100011010 | 1010010 | 100111 |
Color Harmonies of #8412B3
Complementary color
Monochromatic Colors of #8412B3
Black with #8412B3
Text Example
Text Example
White with #8412B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412B3; }
p { color: rgb(132,18,179); }
H1.HeaderClassName
{
color: #8412B3;
}
.AnyTagClassName
{
color: #8412B3;
}
</style>
background-color css
<style>
a { background-color: #8412B3; }
a { background-color: rgb(132,18,179); }
div.DivClassName
{
background-color: #8412B3;
}
.BgClassName
{
background-color: #8412B3;
}
</style>
border-color css
<style>
span { border-color: #8412B3; }
span { border-color: rgb(132,18,179); }
td.TdClassName
{
border-color: #8412B3;
}
.TagClassName
{
border-color: #8412B3;
}
</style>