Shades of Blue Violet #804ADC
Tints of Blue Violet #804ADC
RGB
CMYK
RGB Variations
Color information
#804ADC (or 0x804ADC) is known color: Blue Violet. HEX triplet: 80, 4A and DC. RGB value is (128,74,220). Sum of RGB (Red+Green+Blue) = 128+74+220=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #804ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ADC is #7FB523. Grayscale: #6A6A6A. Windows color (decimal): -8369444 or 14436992. OLE color: 14436992.
HSL color Cylindrical-coordinate representation of color #804ADC: hue angle of 262.19º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804ADC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 74 | 220 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.14 |
| HSL | 262.19º | 0.68% | 0.58% | - |
| HSV(B) | 262.19º | 0.66% | 0.86% | - |
| XYZ | 24.27 | 14.65 | 69.26 | - |
| YUV | 106.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 220 | 0.42 | 0.66 | 0 | 0.14 | 262.19 | 0.68 | 0.58 |
| Hex | 80 | 4A | DC | 2A | 42 | 0 | E | 106 | 44 | 3A |
| Octal | 200 | 112 | 334 | 52 | 102 | 0 | 16 | 406 | 104 | 72 |
| Binary | 10000000 | 1001010 | 11011100 | 101010 | 1000010 | 0 | 1110 | 100000110 | 1000100 | 111010 |
Color Harmonies of #804ADC
Complementary color
Monochromatic Colors of #804ADC
Black with #804ADC
Text Example
Text Example
White with #804ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ADC; }
p { color: rgb(128,74,220); }
H1.HeaderClassName
{
color: #804ADC;
}
.AnyTagClassName
{
color: #804ADC;
}
</style>
background-color css
<style>
a { background-color: #804ADC; }
a { background-color: rgb(128,74,220); }
div.DivClassName
{
background-color: #804ADC;
}
.BgClassName
{
background-color: #804ADC;
}
</style>
border-color css
<style>
span { border-color: #804ADC; }
span { border-color: rgb(128,74,220); }
td.TdClassName
{
border-color: #804ADC;
}
.TagClassName
{
border-color: #804ADC;
}
</style>