Shades of Blue Violet #804BDE
Tints of Blue Violet #804BDE
RGB
CMYK
RGB Variations
Color information
#804BDE (or 0x804BDE) is known color: Blue Violet. HEX triplet: 80, 4B and DE. RGB value is (128,75,222). Sum of RGB (Red+Green+Blue) = 128+75+222=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #804BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BDE is #7FB421. Grayscale: #6B6B6B. Windows color (decimal): -8369186 or 14568320. OLE color: 14568320.
HSL color Cylindrical-coordinate representation of color #804BDE: hue angle of 261.63º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804BDE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 75 | 222 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 261.63º | 0.69% | 0.58% | - |
| HSV(B) | 261.63º | 0.66% | 0.87% | - |
| XYZ | 24.6 | 14.9 | 70.69 | - |
| YUV | 107.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 222 | 0.42 | 0.66 | 0 | 0.13 | 261.63 | 0.69 | 0.58 |
| Hex | 80 | 4B | DE | 2A | 42 | 0 | D | 106 | 45 | 3A |
| Octal | 200 | 113 | 336 | 52 | 102 | 0 | 15 | 406 | 105 | 72 |
| Binary | 10000000 | 1001011 | 11011110 | 101010 | 1000010 | 0 | 1101 | 100000110 | 1000101 | 111010 |
Color Harmonies of #804BDE
Complementary color
Monochromatic Colors of #804BDE
Black with #804BDE
Text Example
Text Example
White with #804BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BDE; }
p { color: rgb(128,75,222); }
H1.HeaderClassName
{
color: #804BDE;
}
.AnyTagClassName
{
color: #804BDE;
}
</style>
background-color css
<style>
a { background-color: #804BDE; }
a { background-color: rgb(128,75,222); }
div.DivClassName
{
background-color: #804BDE;
}
.BgClassName
{
background-color: #804BDE;
}
</style>
border-color css
<style>
span { border-color: #804BDE; }
span { border-color: rgb(128,75,222); }
td.TdClassName
{
border-color: #804BDE;
}
.TagClassName
{
border-color: #804BDE;
}
</style>