Shades of Blue Violet #8017DB
Tints of Blue Violet #8017DB
RGB
CMYK
RGB Variations
Color information
#8017DB (or 0x8017DB) is known color: Blue Violet. HEX triplet: 80, 17 and DB. RGB value is (128,23,219). Sum of RGB (Red+Green+Blue) = 128+23+219=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8017DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017DB is #7FE824. Grayscale: #4C4C4C. Windows color (decimal): -8382501 or 14358400. OLE color: 14358400.
HSL color Cylindrical-coordinate representation of color #8017DB: hue angle of 272.14º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8017DB is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 23 | 219 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.14 |
| HSL | 272.14º | 0.81% | 0.47% | - |
| HSV(B) | 272.14º | 0.89% | 0.86% | - |
| XYZ | 21.99 | 10.32 | 67.85 | - |
| YUV | 76.74 | 208.29 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 219 | 0.42 | 0.89 | 0 | 0.14 | 272.14 | 0.81 | 0.47 |
| Hex | 80 | 17 | DB | 2A | 59 | 0 | E | 110 | 51 | 2F |
| Octal | 200 | 27 | 333 | 52 | 131 | 0 | 16 | 420 | 121 | 57 |
| Binary | 10000000 | 10111 | 11011011 | 101010 | 1011001 | 0 | 1110 | 100010000 | 1010001 | 101111 |
Color Harmonies of #8017DB
Complementary color
Monochromatic Colors of #8017DB
Black with #8017DB
Text Example
Text Example
White with #8017DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017DB; }
p { color: rgb(128,23,219); }
H1.HeaderClassName
{
color: #8017DB;
}
.AnyTagClassName
{
color: #8017DB;
}
</style>
background-color css
<style>
a { background-color: #8017DB; }
a { background-color: rgb(128,23,219); }
div.DivClassName
{
background-color: #8017DB;
}
.BgClassName
{
background-color: #8017DB;
}
</style>
border-color css
<style>
span { border-color: #8017DB; }
span { border-color: rgb(128,23,219); }
td.TdClassName
{
border-color: #8017DB;
}
.TagClassName
{
border-color: #8017DB;
}
</style>