Shades of Dark Violet #8215B2
Tints of Dark Violet #8215B2
RGB
CMYK
RGB Variations
Color information
#8215B2 (or 0x8215B2) is known color: Dark Violet. HEX triplet: 82, 15 and B2. RGB value is (130,21,178). Sum of RGB (Red+Green+Blue) = 130+21+178=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #8215B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8215B2 is #7DEA4D. Grayscale: #464646. Windows color (decimal): -8251982 or 11670914. OLE color: 11670914.
HSL color Cylindrical-coordinate representation of color #8215B2: hue angle of 281.66º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8215B2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 21 | 178 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.30 |
| HSL | 281.66º | 0.79% | 0.39% | - |
| HSV(B) | 281.66º | 0.88% | 0.7% | - |
| XYZ | 17.51 | 8.5 | 42.84 | - |
| YUV | 71.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 178 | 0.27 | 0.88 | 0 | 0.30 | 281.66 | 0.79 | 0.39 |
| Hex | 82 | 15 | B2 | 1B | 58 | 0 | 1E | 11A | 4F | 27 |
| Octal | 202 | 25 | 262 | 33 | 130 | 0 | 36 | 432 | 117 | 47 |
| Binary | 10000010 | 10101 | 10110010 | 11011 | 1011000 | 0 | 11110 | 100011010 | 1001111 | 100111 |
Color Harmonies of #8215B2
Complementary color
Monochromatic Colors of #8215B2
Black with #8215B2
Text Example
Text Example
White with #8215B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215B2; }
p { color: rgb(130,21,178); }
H1.HeaderClassName
{
color: #8215B2;
}
.AnyTagClassName
{
color: #8215B2;
}
</style>
background-color css
<style>
a { background-color: #8215B2; }
a { background-color: rgb(130,21,178); }
div.DivClassName
{
background-color: #8215B2;
}
.BgClassName
{
background-color: #8215B2;
}
</style>
border-color css
<style>
span { border-color: #8215B2; }
span { border-color: rgb(130,21,178); }
td.TdClassName
{
border-color: #8215B2;
}
.TagClassName
{
border-color: #8215B2;
}
</style>