Shades of Blue Violet #8031DB
Tints of Blue Violet #8031DB
RGB
CMYK
RGB Variations
Color information
#8031DB (or 0x8031DB) is known color: Blue Violet. HEX triplet: 80, 31 and DB. RGB value is (128,49,219). Sum of RGB (Red+Green+Blue) = 128+49+219=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #8031DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031DB is #7FCE24. Grayscale: #5B5B5B. Windows color (decimal): -8375845 or 14365056. OLE color: 14365056.
HSL color Cylindrical-coordinate representation of color #8031DB: hue angle of 267.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8031DB is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 49 | 219 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.14 |
| HSL | 267.88º | 0.7% | 0.53% | - |
| HSV(B) | 267.88º | 0.78% | 0.86% | - |
| XYZ | 22.79 | 11.9 | 68.11 | - |
| YUV | 92 | 199.67 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 219 | 0.42 | 0.78 | 0 | 0.14 | 267.88 | 0.7 | 0.53 |
| Hex | 80 | 31 | DB | 2A | 4E | 0 | E | 10C | 46 | 35 |
| Octal | 200 | 61 | 333 | 52 | 116 | 0 | 16 | 414 | 106 | 65 |
| Binary | 10000000 | 110001 | 11011011 | 101010 | 1001110 | 0 | 1110 | 100001100 | 1000110 | 110101 |
Color Harmonies of #8031DB
Complementary color
Monochromatic Colors of #8031DB
Black with #8031DB
Text Example
Text Example
White with #8031DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031DB; }
p { color: rgb(128,49,219); }
H1.HeaderClassName
{
color: #8031DB;
}
.AnyTagClassName
{
color: #8031DB;
}
</style>
background-color css
<style>
a { background-color: #8031DB; }
a { background-color: rgb(128,49,219); }
div.DivClassName
{
background-color: #8031DB;
}
.BgClassName
{
background-color: #8031DB;
}
</style>
border-color css
<style>
span { border-color: #8031DB; }
span { border-color: rgb(128,49,219); }
td.TdClassName
{
border-color: #8031DB;
}
.TagClassName
{
border-color: #8031DB;
}
</style>