Shades of Studio #8050A0
Tints of Studio #8050A0
RGB
CMYK
RGB Variations
Color information
#8050A0 (or 0x8050A0) is known color: Studio. HEX triplet: 80, 50 and A0. RGB value is (128,80,160). Sum of RGB (Red+Green+Blue) = 128+80+160=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #8050A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8050A0 is #7FAF5F. Grayscale: #676767. Windows color (decimal): -8367968 or 10506368. OLE color: 10506368.
HSL color Cylindrical-coordinate representation of color #8050A0: hue angle of 276º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8050A0 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 80 | 160 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.37 |
| HSL | 276º | 0.33% | 0.47% | - |
| HSV(B) | 276º | 0.5% | 0.63% | - |
| XYZ | 18.12 | 12.86 | 34.79 | - |
| YUV | 103.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 160 | 0.20 | 0.5 | 0 | 0.37 | 276 | 0.33 | 0.47 |
| Hex | 80 | 50 | A0 | 14 | 32 | 0 | 25 | 114 | 21 | 2F |
| Octal | 200 | 120 | 240 | 24 | 62 | 0 | 45 | 424 | 41 | 57 |
| Binary | 10000000 | 1010000 | 10100000 | 10100 | 110010 | 0 | 100101 | 100010100 | 100001 | 101111 |
Color Harmonies of #8050A0
Complementary color
Monochromatic Colors of #8050A0
Black with #8050A0
Text Example
Text Example
White with #8050A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050A0; }
p { color: rgb(128,80,160); }
H1.HeaderClassName
{
color: #8050A0;
}
.AnyTagClassName
{
color: #8050A0;
}
</style>
background-color css
<style>
a { background-color: #8050A0; }
a { background-color: rgb(128,80,160); }
div.DivClassName
{
background-color: #8050A0;
}
.BgClassName
{
background-color: #8050A0;
}
</style>
border-color css
<style>
span { border-color: #8050A0; }
span { border-color: rgb(128,80,160); }
td.TdClassName
{
border-color: #8050A0;
}
.TagClassName
{
border-color: #8050A0;
}
</style>