Shades of Blue Violet #804ADD
Tints of Blue Violet #804ADD
RGB
CMYK
RGB Variations
Color information
#804ADD (or 0x804ADD) is known color: Blue Violet. HEX triplet: 80, 4A and DD. RGB value is (128,74,221). Sum of RGB (Red+Green+Blue) = 128+74+221=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #804ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ADD is #7FB522. Grayscale: #6A6A6A. Windows color (decimal): -8369443 or 14502528. OLE color: 14502528.
HSL color Cylindrical-coordinate representation of color #804ADD: hue angle of 262.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #804ADD is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 74 | 221 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.13 |
| HSL | 262.04º | 0.68% | 0.58% | - |
| HSV(B) | 262.04º | 0.67% | 0.87% | - |
| XYZ | 24.4 | 14.71 | 69.96 | - |
| YUV | 106.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 221 | 0.42 | 0.67 | 0 | 0.13 | 262.04 | 0.68 | 0.58 |
| Hex | 80 | 4A | DD | 2A | 43 | 0 | D | 106 | 44 | 3A |
| Octal | 200 | 112 | 335 | 52 | 103 | 0 | 15 | 406 | 104 | 72 |
| Binary | 10000000 | 1001010 | 11011101 | 101010 | 1000011 | 0 | 1101 | 100000110 | 1000100 | 111010 |
Color Harmonies of #804ADD
Complementary color
Monochromatic Colors of #804ADD
Black with #804ADD
Text Example
Text Example
White with #804ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ADD; }
p { color: rgb(128,74,221); }
H1.HeaderClassName
{
color: #804ADD;
}
.AnyTagClassName
{
color: #804ADD;
}
</style>
background-color css
<style>
a { background-color: #804ADD; }
a { background-color: rgb(128,74,221); }
div.DivClassName
{
background-color: #804ADD;
}
.BgClassName
{
background-color: #804ADD;
}
</style>
border-color css
<style>
span { border-color: #804ADD; }
span { border-color: rgb(128,74,221); }
td.TdClassName
{
border-color: #804ADD;
}
.TagClassName
{
border-color: #804ADD;
}
</style>