Shades of Blue Violet #8212DB
Tints of Blue Violet #8212DB
RGB
CMYK
RGB Variations
Color information
#8212DB (or 0x8212DB) is known color: Blue Violet. HEX triplet: 82, 12 and DB. RGB value is (130,18,219). Sum of RGB (Red+Green+Blue) = 130+18+219=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #8212DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8212DB is #7DED24. Grayscale: #494949. Windows color (decimal): -8252709 or 14357122. OLE color: 14357122.
HSL color Cylindrical-coordinate representation of color #8212DB: hue angle of 273.43º degrees, saturation: 0.85, 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 #8212DB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 18 | 219 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.14 |
| HSL | 273.43º | 0.85% | 0.46% | - |
| HSV(B) | 273.43º | 0.92% | 0.86% | - |
| XYZ | 22.21 | 10.29 | 67.83 | - |
| YUV | 74.4 | 209.61 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 219 | 0.41 | 0.92 | 0 | 0.14 | 273.43 | 0.85 | 0.46 |
| Hex | 82 | 12 | DB | 29 | 5C | 0 | E | 111 | 55 | 2E |
| Octal | 202 | 22 | 333 | 51 | 134 | 0 | 16 | 421 | 125 | 56 |
| Binary | 10000010 | 10010 | 11011011 | 101001 | 1011100 | 0 | 1110 | 100010001 | 1010101 | 101110 |
Color Harmonies of #8212DB
Complementary color
Monochromatic Colors of #8212DB
Black with #8212DB
Text Example
Text Example
White with #8212DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212DB; }
p { color: rgb(130,18,219); }
H1.HeaderClassName
{
color: #8212DB;
}
.AnyTagClassName
{
color: #8212DB;
}
</style>
background-color css
<style>
a { background-color: #8212DB; }
a { background-color: rgb(130,18,219); }
div.DivClassName
{
background-color: #8212DB;
}
.BgClassName
{
background-color: #8212DB;
}
</style>
border-color css
<style>
span { border-color: #8212DB; }
span { border-color: rgb(130,18,219); }
td.TdClassName
{
border-color: #8212DB;
}
.TagClassName
{
border-color: #8212DB;
}
</style>