Shades of Blue Violet #8034DB
Tints of Blue Violet #8034DB
RGB
CMYK
RGB Variations
Color information
#8034DB (or 0x8034DB) is known color: Blue Violet. HEX triplet: 80, 34 and DB. RGB value is (128,52,219). Sum of RGB (Red+Green+Blue) = 128+52+219=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8034DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8034DB is #7FCB24. Grayscale: #5D5D5D. Windows color (decimal): -8375077 or 14365824. OLE color: 14365824.
HSL color Cylindrical-coordinate representation of color #8034DB: hue angle of 267.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8034DB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 52 | 219 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.14 |
| HSL | 267.31º | 0.7% | 0.53% | - |
| HSV(B) | 267.31º | 0.76% | 0.86% | - |
| XYZ | 22.92 | 12.16 | 68.16 | - |
| YUV | 93.76 | 198.68 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 219 | 0.42 | 0.76 | 0 | 0.14 | 267.31 | 0.7 | 0.53 |
| Hex | 80 | 34 | DB | 2A | 4C | 0 | E | 10B | 46 | 35 |
| Octal | 200 | 64 | 333 | 52 | 114 | 0 | 16 | 413 | 106 | 65 |
| Binary | 10000000 | 110100 | 11011011 | 101010 | 1001100 | 0 | 1110 | 100001011 | 1000110 | 110101 |
Color Harmonies of #8034DB
Complementary color
Monochromatic Colors of #8034DB
Black with #8034DB
Text Example
Text Example
White with #8034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8034DB; }
p { color: rgb(128,52,219); }
H1.HeaderClassName
{
color: #8034DB;
}
.AnyTagClassName
{
color: #8034DB;
}
</style>
background-color css
<style>
a { background-color: #8034DB; }
a { background-color: rgb(128,52,219); }
div.DivClassName
{
background-color: #8034DB;
}
.BgClassName
{
background-color: #8034DB;
}
</style>
border-color css
<style>
span { border-color: #8034DB; }
span { border-color: rgb(128,52,219); }
td.TdClassName
{
border-color: #8034DB;
}
.TagClassName
{
border-color: #8034DB;
}
</style>