Shades of Studio #804EAA
Tints of Studio #804EAA
RGB
CMYK
RGB Variations
Color information
#804EAA (or 0x804EAA) is known color: Studio. HEX triplet: 80, 4E and AA. RGB value is (128,78,170). Sum of RGB (Red+Green+Blue) = 128+78+170=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #804EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAA is #7FB155. Grayscale: #676767. Windows color (decimal): -8368470 or 11161216. OLE color: 11161216.
HSL color Cylindrical-coordinate representation of color #804EAA: hue angle of 272.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804EAA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 78 | 170 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.33 |
| HSL | 272.61º | 0.37% | 0.49% | - |
| HSV(B) | 272.61º | 0.54% | 0.67% | - |
| XYZ | 18.88 | 12.94 | 39.53 | - |
| YUV | 103.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 170 | 0.25 | 0.54 | 0 | 0.33 | 272.61 | 0.37 | 0.49 |
| Hex | 80 | 4E | AA | 19 | 36 | 0 | 21 | 111 | 25 | 31 |
| Octal | 200 | 116 | 252 | 31 | 66 | 0 | 41 | 421 | 45 | 61 |
| Binary | 10000000 | 1001110 | 10101010 | 11001 | 110110 | 0 | 100001 | 100010001 | 100101 | 110001 |
Color Harmonies of #804EAA
Complementary color
Monochromatic Colors of #804EAA
Black with #804EAA
Text Example
Text Example
White with #804EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EAA; }
p { color: rgb(128,78,170); }
H1.HeaderClassName
{
color: #804EAA;
}
.AnyTagClassName
{
color: #804EAA;
}
</style>
background-color css
<style>
a { background-color: #804EAA; }
a { background-color: rgb(128,78,170); }
div.DivClassName
{
background-color: #804EAA;
}
.BgClassName
{
background-color: #804EAA;
}
</style>
border-color css
<style>
span { border-color: #804EAA; }
span { border-color: rgb(128,78,170); }
td.TdClassName
{
border-color: #804EAA;
}
.TagClassName
{
border-color: #804EAA;
}
</style>