Shades of Blue Violet #803CDB
Tints of Blue Violet #803CDB
RGB
CMYK
RGB Variations
Color information
#803CDB (or 0x803CDB) is known color: Blue Violet. HEX triplet: 80, 3C and DB. RGB value is (128,60,219). Sum of RGB (Red+Green+Blue) = 128+60+219=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #803CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CDB is #7FC324. Grayscale: #616161. Windows color (decimal): -8373029 or 14367872. OLE color: 14367872.
HSL color Cylindrical-coordinate representation of color #803CDB: hue angle of 265.66º 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 #803CDB is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 60 | 219 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.14 |
| HSL | 265.66º | 0.69% | 0.55% | - |
| HSV(B) | 265.66º | 0.73% | 0.86% | - |
| XYZ | 23.3 | 12.94 | 68.29 | - |
| YUV | 98.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 219 | 0.42 | 0.73 | 0 | 0.14 | 265.66 | 0.69 | 0.55 |
| Hex | 80 | 3C | DB | 2A | 49 | 0 | E | 10A | 45 | 37 |
| Octal | 200 | 74 | 333 | 52 | 111 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000000 | 111100 | 11011011 | 101010 | 1001001 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #803CDB
Complementary color
Monochromatic Colors of #803CDB
Black with #803CDB
Text Example
Text Example
White with #803CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CDB; }
p { color: rgb(128,60,219); }
H1.HeaderClassName
{
color: #803CDB;
}
.AnyTagClassName
{
color: #803CDB;
}
</style>
background-color css
<style>
a { background-color: #803CDB; }
a { background-color: rgb(128,60,219); }
div.DivClassName
{
background-color: #803CDB;
}
.BgClassName
{
background-color: #803CDB;
}
</style>
border-color css
<style>
span { border-color: #803CDB; }
span { border-color: rgb(128,60,219); }
td.TdClassName
{
border-color: #803CDB;
}
.TagClassName
{
border-color: #803CDB;
}
</style>