Shades of Studio #804FA0
Tints of Studio #804FA0
RGB
CMYK
RGB Variations
Color information
#804FA0 (or 0x804FA0) is known color: Studio. HEX triplet: 80, 4F and A0. RGB value is (128,79,160). Sum of RGB (Red+Green+Blue) = 128+79+160=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #804FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FA0 is #7FB05F. Grayscale: #666666. Windows color (decimal): -8368224 or 10506112. OLE color: 10506112.
HSL color Cylindrical-coordinate representation of color #804FA0: hue angle of 276.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804FA0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 79 | 160 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.37 |
| HSL | 276.3º | 0.34% | 0.47% | - |
| HSV(B) | 276.3º | 0.51% | 0.63% | - |
| XYZ | 18.04 | 12.72 | 34.76 | - |
| YUV | 102.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 160 | 0.20 | 0.51 | 0 | 0.37 | 276.3 | 0.34 | 0.47 |
| Hex | 80 | 4F | A0 | 14 | 33 | 0 | 25 | 114 | 22 | 2F |
| Octal | 200 | 117 | 240 | 24 | 63 | 0 | 45 | 424 | 42 | 57 |
| Binary | 10000000 | 1001111 | 10100000 | 10100 | 110011 | 0 | 100101 | 100010100 | 100010 | 101111 |
Color Harmonies of #804FA0
Complementary color
Monochromatic Colors of #804FA0
Black with #804FA0
Text Example
Text Example
White with #804FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FA0; }
p { color: rgb(128,79,160); }
H1.HeaderClassName
{
color: #804FA0;
}
.AnyTagClassName
{
color: #804FA0;
}
</style>
background-color css
<style>
a { background-color: #804FA0; }
a { background-color: rgb(128,79,160); }
div.DivClassName
{
background-color: #804FA0;
}
.BgClassName
{
background-color: #804FA0;
}
</style>
border-color css
<style>
span { border-color: #804FA0; }
span { border-color: rgb(128,79,160); }
td.TdClassName
{
border-color: #804FA0;
}
.TagClassName
{
border-color: #804FA0;
}
</style>