Shades of Blue Violet #8018D9
Tints of Blue Violet #8018D9
RGB
CMYK
RGB Variations
Color information
#8018D9 (or 0x8018D9) is known color: Blue Violet. HEX triplet: 80, 18 and D9. RGB value is (128,24,217). Sum of RGB (Red+Green+Blue) = 128+24+217=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #8018D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018D9 is #7FE726. Grayscale: #4C4C4C. Windows color (decimal): -8382247 or 14227584. OLE color: 14227584.
HSL color Cylindrical-coordinate representation of color #8018D9: hue angle of 272.33º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8018D9 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 24 | 217 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.15 |
| HSL | 272.33º | 0.8% | 0.47% | - |
| HSV(B) | 272.33º | 0.89% | 0.85% | - |
| XYZ | 21.75 | 10.25 | 66.48 | - |
| YUV | 77.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 217 | 0.41 | 0.89 | 0 | 0.15 | 272.33 | 0.8 | 0.47 |
| Hex | 80 | 18 | D9 | 29 | 59 | 0 | F | 110 | 50 | 2F |
| Octal | 200 | 30 | 331 | 51 | 131 | 0 | 17 | 420 | 120 | 57 |
| Binary | 10000000 | 11000 | 11011001 | 101001 | 1011001 | 0 | 1111 | 100010000 | 1010000 | 101111 |
Color Harmonies of #8018D9
Complementary color
Monochromatic Colors of #8018D9
Black with #8018D9
Text Example
Text Example
White with #8018D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8018D9; }
p { color: rgb(128,24,217); }
H1.HeaderClassName
{
color: #8018D9;
}
.AnyTagClassName
{
color: #8018D9;
}
</style>
background-color css
<style>
a { background-color: #8018D9; }
a { background-color: rgb(128,24,217); }
div.DivClassName
{
background-color: #8018D9;
}
.BgClassName
{
background-color: #8018D9;
}
</style>
border-color css
<style>
span { border-color: #8018D9; }
span { border-color: rgb(128,24,217); }
td.TdClassName
{
border-color: #8018D9;
}
.TagClassName
{
border-color: #8018D9;
}
</style>