Shades of Studio #804DAA
Tints of Studio #804DAA
RGB
CMYK
RGB Variations
Color information
#804DAA (or 0x804DAA) is known color: Studio. HEX triplet: 80, 4D and AA. RGB value is (128,77,170). Sum of RGB (Red+Green+Blue) = 128+77+170=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #804DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAA is #7FB255. Grayscale: #666666. Windows color (decimal): -8368726 or 11160960. OLE color: 11160960.
HSL color Cylindrical-coordinate representation of color #804DAA: hue angle of 272.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804DAA is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 77 | 170 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.33 |
| HSL | 272.9º | 0.38% | 0.48% | - |
| HSV(B) | 272.9º | 0.55% | 0.67% | - |
| XYZ | 18.81 | 12.8 | 39.51 | - |
| YUV | 102.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 170 | 0.25 | 0.55 | 0 | 0.33 | 272.9 | 0.38 | 0.48 |
| Hex | 80 | 4D | AA | 19 | 37 | 0 | 21 | 111 | 26 | 30 |
| Octal | 200 | 115 | 252 | 31 | 67 | 0 | 41 | 421 | 46 | 60 |
| Binary | 10000000 | 1001101 | 10101010 | 11001 | 110111 | 0 | 100001 | 100010001 | 100110 | 110000 |
Color Harmonies of #804DAA
Complementary color
Monochromatic Colors of #804DAA
Black with #804DAA
Text Example
Text Example
White with #804DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DAA; }
p { color: rgb(128,77,170); }
H1.HeaderClassName
{
color: #804DAA;
}
.AnyTagClassName
{
color: #804DAA;
}
</style>
background-color css
<style>
a { background-color: #804DAA; }
a { background-color: rgb(128,77,170); }
div.DivClassName
{
background-color: #804DAA;
}
.BgClassName
{
background-color: #804DAA;
}
</style>
border-color css
<style>
span { border-color: #804DAA; }
span { border-color: rgb(128,77,170); }
td.TdClassName
{
border-color: #804DAA;
}
.TagClassName
{
border-color: #804DAA;
}
</style>