Shades of Blue Violet #8049D5
Tints of Blue Violet #8049D5
RGB
CMYK
RGB Variations
Color information
#8049D5 (or 0x8049D5) is known color: Blue Violet. HEX triplet: 80, 49 and D5. RGB value is (128,73,213). Sum of RGB (Red+Green+Blue) = 128+73+213=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #8049D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049D5 is #7FB62A. Grayscale: #686868. Windows color (decimal): -8369707 or 13977984. OLE color: 13977984.
HSL color Cylindrical-coordinate representation of color #8049D5: hue angle of 263.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8049D5 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 73 | 213 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.16 |
| HSL | 263.57º | 0.63% | 0.56% | - |
| HSV(B) | 263.57º | 0.66% | 0.84% | - |
| XYZ | 23.29 | 14.16 | 64.46 | - |
| YUV | 105.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 213 | 0.40 | 0.66 | 0 | 0.16 | 263.57 | 0.63 | 0.56 |
| Hex | 80 | 49 | D5 | 28 | 42 | 0 | 10 | 108 | 3E | 38 |
| Octal | 200 | 111 | 325 | 50 | 102 | 0 | 20 | 410 | 76 | 70 |
| Binary | 10000000 | 1001001 | 11010101 | 101000 | 1000010 | 0 | 10000 | 100001000 | 111110 | 111000 |
Color Harmonies of #8049D5
Complementary color
Monochromatic Colors of #8049D5
Black with #8049D5
Text Example
Text Example
White with #8049D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049D5; }
p { color: rgb(128,73,213); }
H1.HeaderClassName
{
color: #8049D5;
}
.AnyTagClassName
{
color: #8049D5;
}
</style>
background-color css
<style>
a { background-color: #8049D5; }
a { background-color: rgb(128,73,213); }
div.DivClassName
{
background-color: #8049D5;
}
.BgClassName
{
background-color: #8049D5;
}
</style>
border-color css
<style>
span { border-color: #8049D5; }
span { border-color: rgb(128,73,213); }
td.TdClassName
{
border-color: #8049D5;
}
.TagClassName
{
border-color: #8049D5;
}
</style>