Shades of Blue Violet #8041DB
Tints of Blue Violet #8041DB
RGB
CMYK
RGB Variations
Color information
#8041DB (or 0x8041DB) is known color: Blue Violet. HEX triplet: 80, 41 and DB. RGB value is (128,65,219). Sum of RGB (Red+Green+Blue) = 128+65+219=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #8041DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041DB is #7FBE24. Grayscale: #646464. Windows color (decimal): -8371749 or 14369152. OLE color: 14369152.
HSL color Cylindrical-coordinate representation of color #8041DB: hue angle of 264.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8041DB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 65 | 219 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.14 |
| HSL | 264.55º | 0.68% | 0.56% | - |
| HSV(B) | 264.55º | 0.7% | 0.86% | - |
| XYZ | 23.58 | 13.48 | 68.38 | - |
| YUV | 101.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 219 | 0.42 | 0.70 | 0 | 0.14 | 264.55 | 0.68 | 0.56 |
| Hex | 80 | 41 | DB | 2A | 46 | 0 | E | 109 | 44 | 38 |
| Octal | 200 | 101 | 333 | 52 | 106 | 0 | 16 | 411 | 104 | 70 |
| Binary | 10000000 | 1000001 | 11011011 | 101010 | 1000110 | 0 | 1110 | 100001001 | 1000100 | 111000 |
Color Harmonies of #8041DB
Complementary color
Monochromatic Colors of #8041DB
Black with #8041DB
Text Example
Text Example
White with #8041DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041DB; }
p { color: rgb(128,65,219); }
H1.HeaderClassName
{
color: #8041DB;
}
.AnyTagClassName
{
color: #8041DB;
}
</style>
background-color css
<style>
a { background-color: #8041DB; }
a { background-color: rgb(128,65,219); }
div.DivClassName
{
background-color: #8041DB;
}
.BgClassName
{
background-color: #8041DB;
}
</style>
border-color css
<style>
span { border-color: #8041DB; }
span { border-color: rgb(128,65,219); }
td.TdClassName
{
border-color: #8041DB;
}
.TagClassName
{
border-color: #8041DB;
}
</style>