Shades of Blue Violet #8120DB
Tints of Blue Violet #8120DB
RGB
CMYK
RGB Variations
Color information
#8120DB (or 0x8120DB) is known color: Blue Violet. HEX triplet: 81, 20 and DB. RGB value is (129,32,219). Sum of RGB (Red+Green+Blue) = 129+32+219=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #8120DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8120DB is #7EDF24. Grayscale: #515151. Windows color (decimal): -8314661 or 14360705. OLE color: 14360705.
HSL color Cylindrical-coordinate representation of color #8120DB: hue angle of 271.12º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8120DB is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 32 | 219 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.14 |
| HSL | 271.12º | 0.75% | 0.49% | - |
| HSV(B) | 271.12º | 0.85% | 0.86% | - |
| XYZ | 22.36 | 10.81 | 67.93 | - |
| YUV | 82.32 | 205.14 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 219 | 0.41 | 0.85 | 0 | 0.14 | 271.12 | 0.75 | 0.49 |
| Hex | 81 | 20 | DB | 29 | 55 | 0 | E | 10F | 4B | 31 |
| Octal | 201 | 40 | 333 | 51 | 125 | 0 | 16 | 417 | 113 | 61 |
| Binary | 10000001 | 100000 | 11011011 | 101001 | 1010101 | 0 | 1110 | 100001111 | 1001011 | 110001 |
Color Harmonies of #8120DB
Complementary color
Monochromatic Colors of #8120DB
Black with #8120DB
Text Example
Text Example
White with #8120DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8120DB; }
p { color: rgb(129,32,219); }
H1.HeaderClassName
{
color: #8120DB;
}
.AnyTagClassName
{
color: #8120DB;
}
</style>
background-color css
<style>
a { background-color: #8120DB; }
a { background-color: rgb(129,32,219); }
div.DivClassName
{
background-color: #8120DB;
}
.BgClassName
{
background-color: #8120DB;
}
</style>
border-color css
<style>
span { border-color: #8120DB; }
span { border-color: rgb(129,32,219); }
td.TdClassName
{
border-color: #8120DB;
}
.TagClassName
{
border-color: #8120DB;
}
</style>