Shades of Studio #80559E
Tints of Studio #80559E
RGB
CMYK
RGB Variations
Color information
#80559E (or 0x80559E) is known color: Studio. HEX triplet: 80, 55 and 9E. RGB value is (128,85,158). Sum of RGB (Red+Green+Blue) = 128+85+158=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #80559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80559E is #7FAA61. Grayscale: #696969. Windows color (decimal): -8366690 or 10376576. OLE color: 10376576.
HSL color Cylindrical-coordinate representation of color #80559E: hue angle of 275.34º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80559E is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 85 | 158 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.38 |
| HSL | 275.34º | 0.3% | 0.48% | - |
| HSV(B) | 275.34º | 0.46% | 0.62% | - |
| XYZ | 18.32 | 13.55 | 34 | - |
| YUV | 106.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 158 | 0.19 | 0.46 | 0 | 0.38 | 275.34 | 0.3 | 0.48 |
| Hex | 80 | 55 | 9E | 13 | 2E | 0 | 26 | 113 | 1E | 30 |
| Octal | 200 | 125 | 236 | 23 | 56 | 0 | 46 | 423 | 36 | 60 |
| Binary | 10000000 | 1010101 | 10011110 | 10011 | 101110 | 0 | 100110 | 100010011 | 11110 | 110000 |
Color Harmonies of #80559E
Complementary color
Monochromatic Colors of #80559E
Black with #80559E
Text Example
Text Example
White with #80559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80559E; }
p { color: rgb(128,85,158); }
H1.HeaderClassName
{
color: #80559E;
}
.AnyTagClassName
{
color: #80559E;
}
</style>
background-color css
<style>
a { background-color: #80559E; }
a { background-color: rgb(128,85,158); }
div.DivClassName
{
background-color: #80559E;
}
.BgClassName
{
background-color: #80559E;
}
</style>
border-color css
<style>
span { border-color: #80559E; }
span { border-color: rgb(128,85,158); }
td.TdClassName
{
border-color: #80559E;
}
.TagClassName
{
border-color: #80559E;
}
</style>