Shades of Dark Violet #8215C1
Tints of Dark Violet #8215C1
RGB
CMYK
RGB Variations
Color information
#8215C1 (or 0x8215C1) is known color: Dark Violet. HEX triplet: 82, 15 and C1. RGB value is (130,21,193). Sum of RGB (Red+Green+Blue) = 130+21+193=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #8215C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215C1 is #7DEA3E. Grayscale: #484848. Windows color (decimal): -8251967 or 12653954. OLE color: 12653954.
HSL color Cylindrical-coordinate representation of color #8215C1: hue angle of 278.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8215C1 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 21 | 193 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.24 |
| HSL | 278.02º | 0.8% | 0.42% | - |
| HSV(B) | 278.02º | 0.89% | 0.76% | - |
| XYZ | 19.1 | 9.13 | 51.21 | - |
| YUV | 73.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 193 | 0.33 | 0.89 | 0 | 0.24 | 278.02 | 0.8 | 0.42 |
| Hex | 82 | 15 | C1 | 21 | 59 | 0 | 18 | 116 | 50 | 2A |
| Octal | 202 | 25 | 301 | 41 | 131 | 0 | 30 | 426 | 120 | 52 |
| Binary | 10000010 | 10101 | 11000001 | 100001 | 1011001 | 0 | 11000 | 100010110 | 1010000 | 101010 |
Color Harmonies of #8215C1
Complementary color
Monochromatic Colors of #8215C1
Black with #8215C1
Text Example
Text Example
White with #8215C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215C1; }
p { color: rgb(130,21,193); }
H1.HeaderClassName
{
color: #8215C1;
}
.AnyTagClassName
{
color: #8215C1;
}
</style>
background-color css
<style>
a { background-color: #8215C1; }
a { background-color: rgb(130,21,193); }
div.DivClassName
{
background-color: #8215C1;
}
.BgClassName
{
background-color: #8215C1;
}
</style>
border-color css
<style>
span { border-color: #8215C1; }
span { border-color: rgb(130,21,193); }
td.TdClassName
{
border-color: #8215C1;
}
.TagClassName
{
border-color: #8215C1;
}
</style>