Shades of Blue Violet #804BDD
Tints of Blue Violet #804BDD
RGB
CMYK
RGB Variations
Color information
#804BDD (or 0x804BDD) is known color: Blue Violet. HEX triplet: 80, 4B and DD. RGB value is (128,75,221). Sum of RGB (Red+Green+Blue) = 128+75+221=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #804BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BDD is #7FB422. Grayscale: #6A6A6A. Windows color (decimal): -8369187 or 14502784. OLE color: 14502784.
HSL color Cylindrical-coordinate representation of color #804BDD: hue angle of 261.78º degrees, saturation: 0.68, 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 #804BDD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 75 | 221 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 261.78º | 0.68% | 0.58% | - |
| HSV(B) | 261.78º | 0.66% | 0.87% | - |
| XYZ | 24.47 | 14.84 | 69.98 | - |
| YUV | 107.49 | 192.06 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 221 | 0.42 | 0.66 | 0 | 0.13 | 261.78 | 0.68 | 0.58 |
| Hex | 80 | 4B | DD | 2A | 42 | 0 | D | 106 | 44 | 3A |
| Octal | 200 | 113 | 335 | 52 | 102 | 0 | 15 | 406 | 104 | 72 |
| Binary | 10000000 | 1001011 | 11011101 | 101010 | 1000010 | 0 | 1101 | 100000110 | 1000100 | 111010 |
Color Harmonies of #804BDD
Complementary color
Monochromatic Colors of #804BDD
Black with #804BDD
Text Example
Text Example
White with #804BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BDD; }
p { color: rgb(128,75,221); }
H1.HeaderClassName
{
color: #804BDD;
}
.AnyTagClassName
{
color: #804BDD;
}
</style>
background-color css
<style>
a { background-color: #804BDD; }
a { background-color: rgb(128,75,221); }
div.DivClassName
{
background-color: #804BDD;
}
.BgClassName
{
background-color: #804BDD;
}
</style>
border-color css
<style>
span { border-color: #804BDD; }
span { border-color: rgb(128,75,221); }
td.TdClassName
{
border-color: #804BDD;
}
.TagClassName
{
border-color: #804BDD;
}
</style>