Shades of Blue Violet #8048DB
Tints of Blue Violet #8048DB
RGB
CMYK
RGB Variations
Color information
#8048DB (or 0x8048DB) is known color: Blue Violet. HEX triplet: 80, 48 and DB. RGB value is (128,72,219). Sum of RGB (Red+Green+Blue) = 128+72+219=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #8048DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048DB is #7FB724. Grayscale: #686868. Windows color (decimal): -8369957 or 14370944. OLE color: 14370944.
HSL color Cylindrical-coordinate representation of color #8048DB: hue angle of 262.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8048DB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 72 | 219 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.14 |
| HSL | 262.86º | 0.67% | 0.57% | - |
| HSV(B) | 262.86º | 0.67% | 0.86% | - |
| XYZ | 24.01 | 14.34 | 68.52 | - |
| YUV | 105.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 219 | 0.42 | 0.67 | 0 | 0.14 | 262.86 | 0.67 | 0.57 |
| Hex | 80 | 48 | DB | 2A | 43 | 0 | E | 107 | 43 | 39 |
| Octal | 200 | 110 | 333 | 52 | 103 | 0 | 16 | 407 | 103 | 71 |
| Binary | 10000000 | 1001000 | 11011011 | 101010 | 1000011 | 0 | 1110 | 100000111 | 1000011 | 111001 |
Color Harmonies of #8048DB
Complementary color
Monochromatic Colors of #8048DB
Black with #8048DB
Text Example
Text Example
White with #8048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048DB; }
p { color: rgb(128,72,219); }
H1.HeaderClassName
{
color: #8048DB;
}
.AnyTagClassName
{
color: #8048DB;
}
</style>
background-color css
<style>
a { background-color: #8048DB; }
a { background-color: rgb(128,72,219); }
div.DivClassName
{
background-color: #8048DB;
}
.BgClassName
{
background-color: #8048DB;
}
</style>
border-color css
<style>
span { border-color: #8048DB; }
span { border-color: rgb(128,72,219); }
td.TdClassName
{
border-color: #8048DB;
}
.TagClassName
{
border-color: #8048DB;
}
</style>