Shades of Blue Violet #8034D9
Tints of Blue Violet #8034D9
RGB
CMYK
RGB Variations
Color information
#8034D9 (or 0x8034D9) is known color: Blue Violet. HEX triplet: 80, 34 and D9. RGB value is (128,52,217). Sum of RGB (Red+Green+Blue) = 128+52+217=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #8034D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8034D9 is #7FCB26. Grayscale: #5C5C5C. Windows color (decimal): -8375079 or 14234752. OLE color: 14234752.
HSL color Cylindrical-coordinate representation of color #8034D9: hue angle of 267.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8034D9 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 52 | 217 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.15 |
| HSL | 267.64º | 0.68% | 0.53% | - |
| HSV(B) | 267.64º | 0.76% | 0.85% | - |
| XYZ | 22.65 | 12.05 | 66.78 | - |
| YUV | 93.53 | 197.68 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 217 | 0.41 | 0.76 | 0 | 0.15 | 267.64 | 0.68 | 0.53 |
| Hex | 80 | 34 | D9 | 29 | 4C | 0 | F | 10C | 44 | 35 |
| Octal | 200 | 64 | 331 | 51 | 114 | 0 | 17 | 414 | 104 | 65 |
| Binary | 10000000 | 110100 | 11011001 | 101001 | 1001100 | 0 | 1111 | 100001100 | 1000100 | 110101 |
Color Harmonies of #8034D9
Complementary color
Monochromatic Colors of #8034D9
Black with #8034D9
Text Example
Text Example
White with #8034D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8034D9; }
p { color: rgb(128,52,217); }
H1.HeaderClassName
{
color: #8034D9;
}
.AnyTagClassName
{
color: #8034D9;
}
</style>
background-color css
<style>
a { background-color: #8034D9; }
a { background-color: rgb(128,52,217); }
div.DivClassName
{
background-color: #8034D9;
}
.BgClassName
{
background-color: #8034D9;
}
</style>
border-color css
<style>
span { border-color: #8034D9; }
span { border-color: rgb(128,52,217); }
td.TdClassName
{
border-color: #8034D9;
}
.TagClassName
{
border-color: #8034D9;
}
</style>