Shades of Dark Violet #8212C0
Tints of Dark Violet #8212C0
RGB
CMYK
RGB Variations
Color information
#8212C0 (or 0x8212C0) is known color: Dark Violet. HEX triplet: 82, 12 and C0. RGB value is (130,18,192). Sum of RGB (Red+Green+Blue) = 130+18+192=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #8212C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8212C0 is #7DED3F. Grayscale: #464646. Windows color (decimal): -8252736 or 12587650. OLE color: 12587650.
HSL color Cylindrical-coordinate representation of color #8212C0: hue angle of 278.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8212C0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 18 | 192 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.25 |
| HSL | 278.62º | 0.83% | 0.41% | - |
| HSV(B) | 278.62º | 0.91% | 0.75% | - |
| XYZ | 18.94 | 8.98 | 50.61 | - |
| YUV | 71.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 192 | 0.32 | 0.91 | 0 | 0.25 | 278.62 | 0.83 | 0.41 |
| Hex | 82 | 12 | C0 | 20 | 5B | 0 | 19 | 117 | 53 | 29 |
| Octal | 202 | 22 | 300 | 40 | 133 | 0 | 31 | 427 | 123 | 51 |
| Binary | 10000010 | 10010 | 11000000 | 100000 | 1011011 | 0 | 11001 | 100010111 | 1010011 | 101001 |
Color Harmonies of #8212C0
Complementary color
Monochromatic Colors of #8212C0
Black with #8212C0
Text Example
Text Example
White with #8212C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212C0; }
p { color: rgb(130,18,192); }
H1.HeaderClassName
{
color: #8212C0;
}
.AnyTagClassName
{
color: #8212C0;
}
</style>
background-color css
<style>
a { background-color: #8212C0; }
a { background-color: rgb(130,18,192); }
div.DivClassName
{
background-color: #8212C0;
}
.BgClassName
{
background-color: #8212C0;
}
</style>
border-color css
<style>
span { border-color: #8212C0; }
span { border-color: rgb(130,18,192); }
td.TdClassName
{
border-color: #8212C0;
}
.TagClassName
{
border-color: #8212C0;
}
</style>