Shades of Blue Violet #8214DB
Tints of Blue Violet #8214DB
RGB
CMYK
RGB Variations
Color information
#8214DB (or 0x8214DB) is known color: Blue Violet. HEX triplet: 82, 14 and DB. RGB value is (130,20,219). Sum of RGB (Red+Green+Blue) = 130+20+219=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #8214DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214DB is #7DEB24. Grayscale: #4A4A4A. Windows color (decimal): -8252197 or 14357634. OLE color: 14357634.
HSL color Cylindrical-coordinate representation of color #8214DB: hue angle of 273.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8214DB is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 20 | 219 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.14 |
| HSL | 273.17º | 0.83% | 0.47% | - |
| HSV(B) | 273.17º | 0.91% | 0.86% | - |
| XYZ | 22.24 | 10.36 | 67.85 | - |
| YUV | 75.58 | 208.94 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 219 | 0.41 | 0.91 | 0 | 0.14 | 273.17 | 0.83 | 0.47 |
| Hex | 82 | 14 | DB | 29 | 5B | 0 | E | 111 | 53 | 2F |
| Octal | 202 | 24 | 333 | 51 | 133 | 0 | 16 | 421 | 123 | 57 |
| Binary | 10000010 | 10100 | 11011011 | 101001 | 1011011 | 0 | 1110 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8214DB
Complementary color
Monochromatic Colors of #8214DB
Black with #8214DB
Text Example
Text Example
White with #8214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214DB; }
p { color: rgb(130,20,219); }
H1.HeaderClassName
{
color: #8214DB;
}
.AnyTagClassName
{
color: #8214DB;
}
</style>
background-color css
<style>
a { background-color: #8214DB; }
a { background-color: rgb(130,20,219); }
div.DivClassName
{
background-color: #8214DB;
}
.BgClassName
{
background-color: #8214DB;
}
</style>
border-color css
<style>
span { border-color: #8214DB; }
span { border-color: rgb(130,20,219); }
td.TdClassName
{
border-color: #8214DB;
}
.TagClassName
{
border-color: #8214DB;
}
</style>