Shades of Studio #80599A
Tints of Studio #80599A
RGB
CMYK
RGB Variations
Color information
#80599A (or 0x80599A) is known color: Studio. HEX triplet: 80, 59 and 9A. RGB value is (128,89,154). Sum of RGB (Red+Green+Blue) = 128+89+154=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #80599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80599A is #7FA665. Grayscale: #6B6B6B. Windows color (decimal): -8365670 or 10115456. OLE color: 10115456.
HSL color Cylindrical-coordinate representation of color #80599A: hue angle of 276º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80599A is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 89 | 154 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.40 |
| HSL | 276º | 0.27% | 0.48% | - |
| HSV(B) | 276º | 0.42% | 0.6% | - |
| XYZ | 18.31 | 14.07 | 32.32 | - |
| YUV | 108.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 154 | 0.17 | 0.42 | 0 | 0.40 | 276 | 0.27 | 0.48 |
| Hex | 80 | 59 | 9A | 11 | 2A | 0 | 28 | 114 | 1B | 30 |
| Octal | 200 | 131 | 232 | 21 | 52 | 0 | 50 | 424 | 33 | 60 |
| Binary | 10000000 | 1011001 | 10011010 | 10001 | 101010 | 0 | 101000 | 100010100 | 11011 | 110000 |
Color Harmonies of #80599A
Complementary color
Monochromatic Colors of #80599A
Black with #80599A
Text Example
Text Example
White with #80599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80599A; }
p { color: rgb(128,89,154); }
H1.HeaderClassName
{
color: #80599A;
}
.AnyTagClassName
{
color: #80599A;
}
</style>
background-color css
<style>
a { background-color: #80599A; }
a { background-color: rgb(128,89,154); }
div.DivClassName
{
background-color: #80599A;
}
.BgClassName
{
background-color: #80599A;
}
</style>
border-color css
<style>
span { border-color: #80599A; }
span { border-color: rgb(128,89,154); }
td.TdClassName
{
border-color: #80599A;
}
.TagClassName
{
border-color: #80599A;
}
</style>