Shades of Dark Violet #8214C0
Tints of Dark Violet #8214C0
RGB
CMYK
RGB Variations
Color information
#8214C0 (or 0x8214C0) is known color: Dark Violet. HEX triplet: 82, 14 and C0. RGB value is (130,20,192). Sum of RGB (Red+Green+Blue) = 130+20+192=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #8214C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214C0 is #7DEB3F. Grayscale: #474747. Windows color (decimal): -8252224 or 12588162. OLE color: 12588162.
HSL color Cylindrical-coordinate representation of color #8214C0: hue angle of 278.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8214C0 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 20 | 192 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.25 |
| HSL | 278.37º | 0.81% | 0.42% | - |
| HSV(B) | 278.37º | 0.9% | 0.75% | - |
| XYZ | 18.97 | 9.05 | 50.62 | - |
| YUV | 72.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 192 | 0.32 | 0.90 | 0 | 0.25 | 278.37 | 0.81 | 0.42 |
| Hex | 82 | 14 | C0 | 20 | 5A | 0 | 19 | 116 | 51 | 2A |
| Octal | 202 | 24 | 300 | 40 | 132 | 0 | 31 | 426 | 121 | 52 |
| Binary | 10000010 | 10100 | 11000000 | 100000 | 1011010 | 0 | 11001 | 100010110 | 1010001 | 101010 |
Color Harmonies of #8214C0
Complementary color
Monochromatic Colors of #8214C0
Black with #8214C0
Text Example
Text Example
White with #8214C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214C0; }
p { color: rgb(130,20,192); }
H1.HeaderClassName
{
color: #8214C0;
}
.AnyTagClassName
{
color: #8214C0;
}
</style>
background-color css
<style>
a { background-color: #8214C0; }
a { background-color: rgb(130,20,192); }
div.DivClassName
{
background-color: #8214C0;
}
.BgClassName
{
background-color: #8214C0;
}
</style>
border-color css
<style>
span { border-color: #8214C0; }
span { border-color: rgb(130,20,192); }
td.TdClassName
{
border-color: #8214C0;
}
.TagClassName
{
border-color: #8214C0;
}
</style>