Shades of Studio #80599F
Tints of Studio #80599F
RGB
CMYK
RGB Variations
Color information
#80599F (or 0x80599F) is known color: Studio. HEX triplet: 80, 59 and 9F. RGB value is (128,89,159). Sum of RGB (Red+Green+Blue) = 128+89+159=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #80599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80599F is #7FA660. Grayscale: #6C6C6C. Windows color (decimal): -8365665 or 10443136. OLE color: 10443136.
HSL color Cylindrical-coordinate representation of color #80599F: hue angle of 273.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80599F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 89 | 159 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.38 |
| HSL | 273.43º | 0.28% | 0.49% | - |
| HSV(B) | 273.43º | 0.44% | 0.62% | - |
| XYZ | 18.73 | 14.24 | 34.56 | - |
| YUV | 108.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 159 | 0.19 | 0.44 | 0 | 0.38 | 273.43 | 0.28 | 0.49 |
| Hex | 80 | 59 | 9F | 13 | 2C | 0 | 26 | 111 | 1C | 31 |
| Octal | 200 | 131 | 237 | 23 | 54 | 0 | 46 | 421 | 34 | 61 |
| Binary | 10000000 | 1011001 | 10011111 | 10011 | 101100 | 0 | 100110 | 100010001 | 11100 | 110001 |
Color Harmonies of #80599F
Complementary color
Monochromatic Colors of #80599F
Black with #80599F
Text Example
Text Example
White with #80599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80599F; }
p { color: rgb(128,89,159); }
H1.HeaderClassName
{
color: #80599F;
}
.AnyTagClassName
{
color: #80599F;
}
</style>
background-color css
<style>
a { background-color: #80599F; }
a { background-color: rgb(128,89,159); }
div.DivClassName
{
background-color: #80599F;
}
.BgClassName
{
background-color: #80599F;
}
</style>
border-color css
<style>
span { border-color: #80599F; }
span { border-color: rgb(128,89,159); }
td.TdClassName
{
border-color: #80599F;
}
.TagClassName
{
border-color: #80599F;
}
</style>