Shades of Blue Violet #803FDB
Tints of Blue Violet #803FDB
RGB
CMYK
RGB Variations
Color information
#803FDB (or 0x803FDB) is known color: Blue Violet. HEX triplet: 80, 3F and DB. RGB value is (128,63,219). Sum of RGB (Red+Green+Blue) = 128+63+219=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #803FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FDB is #7FC024. Grayscale: #636363. Windows color (decimal): -8372261 or 14368640. OLE color: 14368640.
HSL color Cylindrical-coordinate representation of color #803FDB: hue angle of 265º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803FDB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 63 | 219 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.14 |
| HSL | 265º | 0.68% | 0.55% | - |
| HSV(B) | 265º | 0.71% | 0.86% | - |
| XYZ | 23.47 | 13.26 | 68.34 | - |
| YUV | 100.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 219 | 0.42 | 0.71 | 0 | 0.14 | 265 | 0.68 | 0.55 |
| Hex | 80 | 3F | DB | 2A | 47 | 0 | E | 109 | 44 | 37 |
| Octal | 200 | 77 | 333 | 52 | 107 | 0 | 16 | 411 | 104 | 67 |
| Binary | 10000000 | 111111 | 11011011 | 101010 | 1000111 | 0 | 1110 | 100001001 | 1000100 | 110111 |
Color Harmonies of #803FDB
Complementary color
Monochromatic Colors of #803FDB
Black with #803FDB
Text Example
Text Example
White with #803FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FDB; }
p { color: rgb(128,63,219); }
H1.HeaderClassName
{
color: #803FDB;
}
.AnyTagClassName
{
color: #803FDB;
}
</style>
background-color css
<style>
a { background-color: #803FDB; }
a { background-color: rgb(128,63,219); }
div.DivClassName
{
background-color: #803FDB;
}
.BgClassName
{
background-color: #803FDB;
}
</style>
border-color css
<style>
span { border-color: #803FDB; }
span { border-color: rgb(128,63,219); }
td.TdClassName
{
border-color: #803FDB;
}
.TagClassName
{
border-color: #803FDB;
}
</style>