Shades of Blue Violet #8049DB
Tints of Blue Violet #8049DB
RGB
CMYK
RGB Variations
Color information
#8049DB (or 0x8049DB) is known color: Blue Violet. HEX triplet: 80, 49 and DB. RGB value is (128,73,219). Sum of RGB (Red+Green+Blue) = 128+73+219=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8049DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049DB is #7FB624. Grayscale: #696969. Windows color (decimal): -8369701 or 14371200. OLE color: 14371200.
HSL color Cylindrical-coordinate representation of color #8049DB: hue angle of 262.6º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8049DB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 73 | 219 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.14 |
| HSL | 262.6º | 0.67% | 0.57% | - |
| HSV(B) | 262.6º | 0.67% | 0.86% | - |
| XYZ | 24.07 | 14.47 | 68.54 | - |
| YUV | 106.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 219 | 0.42 | 0.67 | 0 | 0.14 | 262.6 | 0.67 | 0.57 |
| Hex | 80 | 49 | DB | 2A | 43 | 0 | E | 107 | 43 | 39 |
| Octal | 200 | 111 | 333 | 52 | 103 | 0 | 16 | 407 | 103 | 71 |
| Binary | 10000000 | 1001001 | 11011011 | 101010 | 1000011 | 0 | 1110 | 100000111 | 1000011 | 111001 |
Color Harmonies of #8049DB
Complementary color
Monochromatic Colors of #8049DB
Black with #8049DB
Text Example
Text Example
White with #8049DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049DB; }
p { color: rgb(128,73,219); }
H1.HeaderClassName
{
color: #8049DB;
}
.AnyTagClassName
{
color: #8049DB;
}
</style>
background-color css
<style>
a { background-color: #8049DB; }
a { background-color: rgb(128,73,219); }
div.DivClassName
{
background-color: #8049DB;
}
.BgClassName
{
background-color: #8049DB;
}
</style>
border-color css
<style>
span { border-color: #8049DB; }
span { border-color: rgb(128,73,219); }
td.TdClassName
{
border-color: #8049DB;
}
.TagClassName
{
border-color: #8049DB;
}
</style>