Shades of Blue Violet #8049DC
Tints of Blue Violet #8049DC
RGB
CMYK
RGB Variations
Color information
#8049DC (or 0x8049DC) is known color: Blue Violet. HEX triplet: 80, 49 and DC. RGB value is (128,73,220). Sum of RGB (Red+Green+Blue) = 128+73+220=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #8049DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049DC is #7FB623. Grayscale: #696969. Windows color (decimal): -8369700 or 14436736. OLE color: 14436736.
HSL color Cylindrical-coordinate representation of color #8049DC: hue angle of 262.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8049DC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 73 | 220 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.14 |
| HSL | 262.45º | 0.68% | 0.57% | - |
| HSV(B) | 262.45º | 0.67% | 0.86% | - |
| XYZ | 24.2 | 14.52 | 69.24 | - |
| YUV | 106.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 220 | 0.42 | 0.67 | 0 | 0.14 | 262.45 | 0.68 | 0.57 |
| Hex | 80 | 49 | DC | 2A | 43 | 0 | E | 106 | 44 | 39 |
| Octal | 200 | 111 | 334 | 52 | 103 | 0 | 16 | 406 | 104 | 71 |
| Binary | 10000000 | 1001001 | 11011100 | 101010 | 1000011 | 0 | 1110 | 100000110 | 1000100 | 111001 |
Color Harmonies of #8049DC
Complementary color
Monochromatic Colors of #8049DC
Black with #8049DC
Text Example
Text Example
White with #8049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049DC; }
p { color: rgb(128,73,220); }
H1.HeaderClassName
{
color: #8049DC;
}
.AnyTagClassName
{
color: #8049DC;
}
</style>
background-color css
<style>
a { background-color: #8049DC; }
a { background-color: rgb(128,73,220); }
div.DivClassName
{
background-color: #8049DC;
}
.BgClassName
{
background-color: #8049DC;
}
</style>
border-color css
<style>
span { border-color: #8049DC; }
span { border-color: rgb(128,73,220); }
td.TdClassName
{
border-color: #8049DC;
}
.TagClassName
{
border-color: #8049DC;
}
</style>