Shades of Dark Violet #8213C0
Tints of Dark Violet #8213C0
RGB
CMYK
RGB Variations
Color information
#8213C0 (or 0x8213C0) is known color: Dark Violet. HEX triplet: 82, 13 and C0. RGB value is (130,19,192). Sum of RGB (Red+Green+Blue) = 130+19+192=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #8213C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213C0 is #7DEC3F. Grayscale: #474747. Windows color (decimal): -8252480 or 12587906. OLE color: 12587906.
HSL color Cylindrical-coordinate representation of color #8213C0: hue angle of 278.5º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8213C0 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 19 | 192 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.25 |
| HSL | 278.5º | 0.82% | 0.41% | - |
| HSV(B) | 278.5º | 0.9% | 0.75% | - |
| XYZ | 18.95 | 9.02 | 50.61 | - |
| YUV | 71.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 192 | 0.32 | 0.90 | 0 | 0.25 | 278.5 | 0.82 | 0.41 |
| Hex | 82 | 13 | C0 | 20 | 5A | 0 | 19 | 116 | 52 | 29 |
| Octal | 202 | 23 | 300 | 40 | 132 | 0 | 31 | 426 | 122 | 51 |
| Binary | 10000010 | 10011 | 11000000 | 100000 | 1011010 | 0 | 11001 | 100010110 | 1010010 | 101001 |
Color Harmonies of #8213C0
Complementary color
Monochromatic Colors of #8213C0
Black with #8213C0
Text Example
Text Example
White with #8213C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213C0; }
p { color: rgb(130,19,192); }
H1.HeaderClassName
{
color: #8213C0;
}
.AnyTagClassName
{
color: #8213C0;
}
</style>
background-color css
<style>
a { background-color: #8213C0; }
a { background-color: rgb(130,19,192); }
div.DivClassName
{
background-color: #8213C0;
}
.BgClassName
{
background-color: #8213C0;
}
</style>
border-color css
<style>
span { border-color: #8213C0; }
span { border-color: rgb(130,19,192); }
td.TdClassName
{
border-color: #8213C0;
}
.TagClassName
{
border-color: #8213C0;
}
</style>