Shades of Blue Violet #8211DB
Tints of Blue Violet #8211DB
RGB
CMYK
RGB Variations
Color information
#8211DB (or 0x8211DB) is known color: Blue Violet. HEX triplet: 82, 11 and DB. RGB value is (130,17,219). Sum of RGB (Red+Green+Blue) = 130+17+219=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #8211DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DB is #7DEE24. Grayscale: #494949. Windows color (decimal): -8252965 or 14356866. OLE color: 14356866.
HSL color Cylindrical-coordinate representation of color #8211DB: hue angle of 273.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8211DB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 17 | 219 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.14 |
| HSL | 273.56º | 0.86% | 0.46% | - |
| HSV(B) | 273.56º | 0.92% | 0.86% | - |
| XYZ | 22.19 | 10.26 | 67.83 | - |
| YUV | 73.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 219 | 0.41 | 0.92 | 0 | 0.14 | 273.56 | 0.86 | 0.46 |
| Hex | 82 | 11 | DB | 29 | 5C | 0 | E | 112 | 56 | 2E |
| Octal | 202 | 21 | 333 | 51 | 134 | 0 | 16 | 422 | 126 | 56 |
| Binary | 10000010 | 10001 | 11011011 | 101001 | 1011100 | 0 | 1110 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8211DB
Complementary color
Monochromatic Colors of #8211DB
Black with #8211DB
Text Example
Text Example
White with #8211DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211DB; }
p { color: rgb(130,17,219); }
H1.HeaderClassName
{
color: #8211DB;
}
.AnyTagClassName
{
color: #8211DB;
}
</style>
background-color css
<style>
a { background-color: #8211DB; }
a { background-color: rgb(130,17,219); }
div.DivClassName
{
background-color: #8211DB;
}
.BgClassName
{
background-color: #8211DB;
}
</style>
border-color css
<style>
span { border-color: #8211DB; }
span { border-color: rgb(130,17,219); }
td.TdClassName
{
border-color: #8211DB;
}
.TagClassName
{
border-color: #8211DB;
}
</style>