Shades of Blue Violet #803BDB
Tints of Blue Violet #803BDB
RGB
CMYK
RGB Variations
Color information
#803BDB (or 0x803BDB) is known color: Blue Violet. HEX triplet: 80, 3B and DB. RGB value is (128,59,219). Sum of RGB (Red+Green+Blue) = 128+59+219=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #803BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BDB is #7FC424. Grayscale: #616161. Windows color (decimal): -8373285 or 14367616. OLE color: 14367616.
HSL color Cylindrical-coordinate representation of color #803BDB: hue angle of 265.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803BDB is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 59 | 219 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.14 |
| HSL | 265.88º | 0.69% | 0.55% | - |
| HSV(B) | 265.88º | 0.73% | 0.86% | - |
| XYZ | 23.25 | 12.83 | 68.27 | - |
| YUV | 97.87 | 196.36 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 219 | 0.42 | 0.73 | 0 | 0.14 | 265.88 | 0.69 | 0.55 |
| Hex | 80 | 3B | DB | 2A | 49 | 0 | E | 10A | 45 | 37 |
| Octal | 200 | 73 | 333 | 52 | 111 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000000 | 111011 | 11011011 | 101010 | 1001001 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #803BDB
Complementary color
Monochromatic Colors of #803BDB
Black with #803BDB
Text Example
Text Example
White with #803BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BDB; }
p { color: rgb(128,59,219); }
H1.HeaderClassName
{
color: #803BDB;
}
.AnyTagClassName
{
color: #803BDB;
}
</style>
background-color css
<style>
a { background-color: #803BDB; }
a { background-color: rgb(128,59,219); }
div.DivClassName
{
background-color: #803BDB;
}
.BgClassName
{
background-color: #803BDB;
}
</style>
border-color css
<style>
span { border-color: #803BDB; }
span { border-color: rgb(128,59,219); }
td.TdClassName
{
border-color: #803BDB;
}
.TagClassName
{
border-color: #803BDB;
}
</style>