Shades of Studio #80599B
Tints of Studio #80599B
RGB
CMYK
RGB Variations
Color information
#80599B (or 0x80599B) is known color: Studio. HEX triplet: 80, 59 and 9B. RGB value is (128,89,155). Sum of RGB (Red+Green+Blue) = 128+89+155=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #80599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80599B is #7FA664. Grayscale: #6B6B6B. Windows color (decimal): -8365669 or 10180992. OLE color: 10180992.
HSL color Cylindrical-coordinate representation of color #80599B: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80599B is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 89 | 155 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.39 |
| HSL | 275.45º | 0.27% | 0.48% | - |
| HSV(B) | 275.45º | 0.43% | 0.61% | - |
| XYZ | 18.39 | 14.1 | 32.76 | - |
| YUV | 108.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 155 | 0.17 | 0.43 | 0 | 0.39 | 275.45 | 0.27 | 0.48 |
| Hex | 80 | 59 | 9B | 11 | 2B | 0 | 27 | 113 | 1B | 30 |
| Octal | 200 | 131 | 233 | 21 | 53 | 0 | 47 | 423 | 33 | 60 |
| Binary | 10000000 | 1011001 | 10011011 | 10001 | 101011 | 0 | 100111 | 100010011 | 11011 | 110000 |
Color Harmonies of #80599B
Complementary color
Monochromatic Colors of #80599B
Black with #80599B
Text Example
Text Example
White with #80599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80599B; }
p { color: rgb(128,89,155); }
H1.HeaderClassName
{
color: #80599B;
}
.AnyTagClassName
{
color: #80599B;
}
</style>
background-color css
<style>
a { background-color: #80599B; }
a { background-color: rgb(128,89,155); }
div.DivClassName
{
background-color: #80599B;
}
.BgClassName
{
background-color: #80599B;
}
</style>
border-color css
<style>
span { border-color: #80599B; }
span { border-color: rgb(128,89,155); }
td.TdClassName
{
border-color: #80599B;
}
.TagClassName
{
border-color: #80599B;
}
</style>