Shades of Blue Violet #8215D7
Tints of Blue Violet #8215D7
RGB
CMYK
RGB Variations
Color information
#8215D7 (or 0x8215D7) is known color: Blue Violet. HEX triplet: 82, 15 and D7. RGB value is (130,21,215). Sum of RGB (Red+Green+Blue) = 130+21+215=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #8215D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215D7 is #7DEA28. Grayscale: #4B4B4B. Windows color (decimal): -8251945 or 14095746. OLE color: 14095746.
HSL color Cylindrical-coordinate representation of color #8215D7: hue angle of 273.71º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8215D7 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 21 | 215 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.16 |
| HSL | 273.71º | 0.82% | 0.46% | - |
| HSV(B) | 273.71º | 0.9% | 0.84% | - |
| XYZ | 21.74 | 10.19 | 65.11 | - |
| YUV | 75.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 215 | 0.40 | 0.90 | 0 | 0.16 | 273.71 | 0.82 | 0.46 |
| Hex | 82 | 15 | D7 | 28 | 5A | 0 | 10 | 112 | 52 | 2E |
| Octal | 202 | 25 | 327 | 50 | 132 | 0 | 20 | 422 | 122 | 56 |
| Binary | 10000010 | 10101 | 11010111 | 101000 | 1011010 | 0 | 10000 | 100010010 | 1010010 | 101110 |
Color Harmonies of #8215D7
Complementary color
Monochromatic Colors of #8215D7
Black with #8215D7
Text Example
Text Example
White with #8215D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215D7; }
p { color: rgb(130,21,215); }
H1.HeaderClassName
{
color: #8215D7;
}
.AnyTagClassName
{
color: #8215D7;
}
</style>
background-color css
<style>
a { background-color: #8215D7; }
a { background-color: rgb(130,21,215); }
div.DivClassName
{
background-color: #8215D7;
}
.BgClassName
{
background-color: #8215D7;
}
</style>
border-color css
<style>
span { border-color: #8215D7; }
span { border-color: rgb(130,21,215); }
td.TdClassName
{
border-color: #8215D7;
}
.TagClassName
{
border-color: #8215D7;
}
</style>