Shades of Blue Violet #802DDB
Tints of Blue Violet #802DDB
RGB
CMYK
RGB Variations
Color information
#802DDB (or 0x802DDB) is known color: Blue Violet. HEX triplet: 80, 2D and DB. RGB value is (128,45,219). Sum of RGB (Red+Green+Blue) = 128+45+219=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #802DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DDB is #7FD224. Grayscale: #595959. Windows color (decimal): -8376869 or 14364032. OLE color: 14364032.
HSL color Cylindrical-coordinate representation of color #802DDB: hue angle of 268.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802DDB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 45 | 219 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.14 |
| HSL | 268.62º | 0.71% | 0.52% | - |
| HSV(B) | 268.62º | 0.79% | 0.86% | - |
| XYZ | 22.63 | 11.58 | 68.06 | - |
| YUV | 89.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 219 | 0.42 | 0.79 | 0 | 0.14 | 268.62 | 0.71 | 0.52 |
| Hex | 80 | 2D | DB | 2A | 4F | 0 | E | 10D | 47 | 34 |
| Octal | 200 | 55 | 333 | 52 | 117 | 0 | 16 | 415 | 107 | 64 |
| Binary | 10000000 | 101101 | 11011011 | 101010 | 1001111 | 0 | 1110 | 100001101 | 1000111 | 110100 |
Color Harmonies of #802DDB
Complementary color
Monochromatic Colors of #802DDB
Black with #802DDB
Text Example
Text Example
White with #802DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DDB; }
p { color: rgb(128,45,219); }
H1.HeaderClassName
{
color: #802DDB;
}
.AnyTagClassName
{
color: #802DDB;
}
</style>
background-color css
<style>
a { background-color: #802DDB; }
a { background-color: rgb(128,45,219); }
div.DivClassName
{
background-color: #802DDB;
}
.BgClassName
{
background-color: #802DDB;
}
</style>
border-color css
<style>
span { border-color: #802DDB; }
span { border-color: rgb(128,45,219); }
td.TdClassName
{
border-color: #802DDB;
}
.TagClassName
{
border-color: #802DDB;
}
</style>