Shades of Blue Violet #8023DB
Tints of Blue Violet #8023DB
RGB
CMYK
RGB Variations
Color information
#8023DB (or 0x8023DB) is known color: Blue Violet. HEX triplet: 80, 23 and DB. RGB value is (128,35,219). Sum of RGB (Red+Green+Blue) = 128+35+219=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8023DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023DB is #7FDC24. Grayscale: #535353. Windows color (decimal): -8379429 or 14361472. OLE color: 14361472.
HSL color Cylindrical-coordinate representation of color #8023DB: hue angle of 270.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8023DB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 35 | 219 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.14 |
| HSL | 270.33º | 0.72% | 0.5% | - |
| HSV(B) | 270.33º | 0.84% | 0.86% | - |
| XYZ | 22.29 | 10.91 | 67.95 | - |
| YUV | 83.78 | 204.31 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 219 | 0.42 | 0.84 | 0 | 0.14 | 270.33 | 0.72 | 0.5 |
| Hex | 80 | 23 | DB | 2A | 54 | 0 | E | 10E | 48 | 32 |
| Octal | 200 | 43 | 333 | 52 | 124 | 0 | 16 | 416 | 110 | 62 |
| Binary | 10000000 | 100011 | 11011011 | 101010 | 1010100 | 0 | 1110 | 100001110 | 1001000 | 110010 |
Color Harmonies of #8023DB
Complementary color
Monochromatic Colors of #8023DB
Black with #8023DB
Text Example
Text Example
White with #8023DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023DB; }
p { color: rgb(128,35,219); }
H1.HeaderClassName
{
color: #8023DB;
}
.AnyTagClassName
{
color: #8023DB;
}
</style>
background-color css
<style>
a { background-color: #8023DB; }
a { background-color: rgb(128,35,219); }
div.DivClassName
{
background-color: #8023DB;
}
.BgClassName
{
background-color: #8023DB;
}
</style>
border-color css
<style>
span { border-color: #8023DB; }
span { border-color: rgb(128,35,219); }
td.TdClassName
{
border-color: #8023DB;
}
.TagClassName
{
border-color: #8023DB;
}
</style>