Shades of Dark Violet #8412D0
Tints of Dark Violet #8412D0
RGB
CMYK
RGB Variations
Color information
#8412D0 (or 0x8412D0) is known color: Dark Violet. HEX triplet: 84, 12 and D0. RGB value is (132,18,208). Sum of RGB (Red+Green+Blue) = 132+18+208=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #8412D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412D0 is #7BED2F. Grayscale: #494949. Windows color (decimal): -8121648 or 13636228. OLE color: 13636228.
HSL color Cylindrical-coordinate representation of color #8412D0: hue angle of 276º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8412D0 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 18 | 208 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.18 |
| HSL | 276º | 0.84% | 0.44% | - |
| HSV(B) | 276º | 0.91% | 0.82% | - |
| XYZ | 21.12 | 9.89 | 60.47 | - |
| YUV | 73.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 208 | 0.37 | 0.91 | 0 | 0.18 | 276 | 0.84 | 0.44 |
| Hex | 84 | 12 | D0 | 25 | 5B | 0 | 12 | 114 | 54 | 2C |
| Octal | 204 | 22 | 320 | 45 | 133 | 0 | 22 | 424 | 124 | 54 |
| Binary | 10000100 | 10010 | 11010000 | 100101 | 1011011 | 0 | 10010 | 100010100 | 1010100 | 101100 |
Color Harmonies of #8412D0
Complementary color
Monochromatic Colors of #8412D0
Black with #8412D0
Text Example
Text Example
White with #8412D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412D0; }
p { color: rgb(132,18,208); }
H1.HeaderClassName
{
color: #8412D0;
}
.AnyTagClassName
{
color: #8412D0;
}
</style>
background-color css
<style>
a { background-color: #8412D0; }
a { background-color: rgb(132,18,208); }
div.DivClassName
{
background-color: #8412D0;
}
.BgClassName
{
background-color: #8412D0;
}
</style>
border-color css
<style>
span { border-color: #8412D0; }
span { border-color: rgb(132,18,208); }
td.TdClassName
{
border-color: #8412D0;
}
.TagClassName
{
border-color: #8412D0;
}
</style>