Shades of Blue Violet #8026DB
Tints of Blue Violet #8026DB
RGB
CMYK
RGB Variations
Color information
#8026DB (or 0x8026DB) is known color: Blue Violet. HEX triplet: 80, 26 and DB. RGB value is (128,38,219). Sum of RGB (Red+Green+Blue) = 128+38+219=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #8026DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8026DB is #7FD924. Grayscale: #545454. Windows color (decimal): -8378661 or 14362240. OLE color: 14362240.
HSL color Cylindrical-coordinate representation of color #8026DB: hue angle of 269.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8026DB is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 38 | 219 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.14 |
| HSL | 269.83º | 0.72% | 0.5% | - |
| HSV(B) | 269.83º | 0.83% | 0.86% | - |
| XYZ | 22.38 | 11.09 | 67.98 | - |
| YUV | 85.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 219 | 0.42 | 0.83 | 0 | 0.14 | 269.83 | 0.72 | 0.5 |
| Hex | 80 | 26 | DB | 2A | 53 | 0 | E | 10E | 48 | 32 |
| Octal | 200 | 46 | 333 | 52 | 123 | 0 | 16 | 416 | 110 | 62 |
| Binary | 10000000 | 100110 | 11011011 | 101010 | 1010011 | 0 | 1110 | 100001110 | 1001000 | 110010 |
Color Harmonies of #8026DB
Complementary color
Monochromatic Colors of #8026DB
Black with #8026DB
Text Example
Text Example
White with #8026DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8026DB; }
p { color: rgb(128,38,219); }
H1.HeaderClassName
{
color: #8026DB;
}
.AnyTagClassName
{
color: #8026DB;
}
</style>
background-color css
<style>
a { background-color: #8026DB; }
a { background-color: rgb(128,38,219); }
div.DivClassName
{
background-color: #8026DB;
}
.BgClassName
{
background-color: #8026DB;
}
</style>
border-color css
<style>
span { border-color: #8026DB; }
span { border-color: rgb(128,38,219); }
td.TdClassName
{
border-color: #8026DB;
}
.TagClassName
{
border-color: #8026DB;
}
</style>