Shades of Studio #80559B
Tints of Studio #80559B
RGB
CMYK
RGB Variations
Color information
#80559B (or 0x80559B) is known color: Studio. HEX triplet: 80, 55 and 9B. RGB value is (128,85,155). Sum of RGB (Red+Green+Blue) = 128+85+155=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #80559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80559B is #7FAA64. Grayscale: #696969. Windows color (decimal): -8366693 or 10179968. OLE color: 10179968.
HSL color Cylindrical-coordinate representation of color #80559B: hue angle of 276.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80559B is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 85 | 155 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.39 |
| HSL | 276.86º | 0.29% | 0.47% | - |
| HSV(B) | 276.86º | 0.45% | 0.61% | - |
| XYZ | 18.07 | 13.45 | 32.65 | - |
| YUV | 105.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 155 | 0.17 | 0.45 | 0 | 0.39 | 276.86 | 0.29 | 0.47 |
| Hex | 80 | 55 | 9B | 11 | 2D | 0 | 27 | 115 | 1D | 2F |
| Octal | 200 | 125 | 233 | 21 | 55 | 0 | 47 | 425 | 35 | 57 |
| Binary | 10000000 | 1010101 | 10011011 | 10001 | 101101 | 0 | 100111 | 100010101 | 11101 | 101111 |
Color Harmonies of #80559B
Complementary color
Monochromatic Colors of #80559B
Black with #80559B
Text Example
Text Example
White with #80559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80559B; }
p { color: rgb(128,85,155); }
H1.HeaderClassName
{
color: #80559B;
}
.AnyTagClassName
{
color: #80559B;
}
</style>
background-color css
<style>
a { background-color: #80559B; }
a { background-color: rgb(128,85,155); }
div.DivClassName
{
background-color: #80559B;
}
.BgClassName
{
background-color: #80559B;
}
</style>
border-color css
<style>
span { border-color: #80559B; }
span { border-color: rgb(128,85,155); }
td.TdClassName
{
border-color: #80559B;
}
.TagClassName
{
border-color: #80559B;
}
</style>