Shades of Blue Violet #804ADA
Tints of Blue Violet #804ADA
RGB
CMYK
RGB Variations
Color information
#804ADA (or 0x804ADA) is known color: Blue Violet. HEX triplet: 80, 4A and DA. RGB value is (128,74,218). Sum of RGB (Red+Green+Blue) = 128+74+218=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #804ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ADA is #7FB525. Grayscale: #6A6A6A. Windows color (decimal): -8369446 or 14305920. OLE color: 14305920.
HSL color Cylindrical-coordinate representation of color #804ADA: hue angle of 262.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804ADA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 74 | 218 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.15 |
| HSL | 262.5º | 0.66% | 0.57% | - |
| HSV(B) | 262.5º | 0.66% | 0.85% | - |
| XYZ | 24.01 | 14.55 | 67.87 | - |
| YUV | 106.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 218 | 0.41 | 0.66 | 0 | 0.15 | 262.5 | 0.66 | 0.57 |
| Hex | 80 | 4A | DA | 29 | 42 | 0 | F | 106 | 42 | 39 |
| Octal | 200 | 112 | 332 | 51 | 102 | 0 | 17 | 406 | 102 | 71 |
| Binary | 10000000 | 1001010 | 11011010 | 101001 | 1000010 | 0 | 1111 | 100000110 | 1000010 | 111001 |
Color Harmonies of #804ADA
Complementary color
Monochromatic Colors of #804ADA
Black with #804ADA
Text Example
Text Example
White with #804ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ADA; }
p { color: rgb(128,74,218); }
H1.HeaderClassName
{
color: #804ADA;
}
.AnyTagClassName
{
color: #804ADA;
}
</style>
background-color css
<style>
a { background-color: #804ADA; }
a { background-color: rgb(128,74,218); }
div.DivClassName
{
background-color: #804ADA;
}
.BgClassName
{
background-color: #804ADA;
}
</style>
border-color css
<style>
span { border-color: #804ADA; }
span { border-color: rgb(128,74,218); }
td.TdClassName
{
border-color: #804ADA;
}
.TagClassName
{
border-color: #804ADA;
}
</style>