Shades of Blue Violet #8215DB
Tints of Blue Violet #8215DB
RGB
CMYK
RGB Variations
Color information
#8215DB (or 0x8215DB) is known color: Blue Violet. HEX triplet: 82, 15 and DB. RGB value is (130,21,219). Sum of RGB (Red+Green+Blue) = 130+21+219=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8215DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215DB is #7DEA24. Grayscale: #4B4B4B. Windows color (decimal): -8251941 or 14357890. OLE color: 14357890.
HSL color Cylindrical-coordinate representation of color #8215DB: hue angle of 273.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8215DB is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 21 | 219 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.14 |
| HSL | 273.03º | 0.83% | 0.47% | - |
| HSV(B) | 273.03º | 0.9% | 0.86% | - |
| XYZ | 22.26 | 10.4 | 67.85 | - |
| YUV | 76.16 | 208.61 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 219 | 0.41 | 0.90 | 0 | 0.14 | 273.03 | 0.83 | 0.47 |
| Hex | 82 | 15 | DB | 29 | 5A | 0 | E | 111 | 52 | 2F |
| Octal | 202 | 25 | 333 | 51 | 132 | 0 | 16 | 421 | 122 | 57 |
| Binary | 10000010 | 10101 | 11011011 | 101001 | 1011010 | 0 | 1110 | 100010001 | 1010010 | 101111 |
Color Harmonies of #8215DB
Complementary color
Monochromatic Colors of #8215DB
Black with #8215DB
Text Example
Text Example
White with #8215DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215DB; }
p { color: rgb(130,21,219); }
H1.HeaderClassName
{
color: #8215DB;
}
.AnyTagClassName
{
color: #8215DB;
}
</style>
background-color css
<style>
a { background-color: #8215DB; }
a { background-color: rgb(130,21,219); }
div.DivClassName
{
background-color: #8215DB;
}
.BgClassName
{
background-color: #8215DB;
}
</style>
border-color css
<style>
span { border-color: #8215DB; }
span { border-color: rgb(130,21,219); }
td.TdClassName
{
border-color: #8215DB;
}
.TagClassName
{
border-color: #8215DB;
}
</style>