Shades of Studio #80579F
Tints of Studio #80579F
RGB
CMYK
RGB Variations
Color information
#80579F (or 0x80579F) is known color: Studio. HEX triplet: 80, 57 and 9F. RGB value is (128,87,159). Sum of RGB (Red+Green+Blue) = 128+87+159=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #80579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80579F is #7FA860. Grayscale: #6B6B6B. Windows color (decimal): -8366177 or 10442624. OLE color: 10442624.
HSL color Cylindrical-coordinate representation of color #80579F: hue angle of 274.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80579F is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 87 | 159 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.38 |
| HSL | 274.17º | 0.29% | 0.48% | - |
| HSV(B) | 274.17º | 0.45% | 0.62% | - |
| XYZ | 18.57 | 13.91 | 34.51 | - |
| YUV | 107.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 159 | 0.19 | 0.45 | 0 | 0.38 | 274.17 | 0.29 | 0.48 |
| Hex | 80 | 57 | 9F | 13 | 2D | 0 | 26 | 112 | 1D | 30 |
| Octal | 200 | 127 | 237 | 23 | 55 | 0 | 46 | 422 | 35 | 60 |
| Binary | 10000000 | 1010111 | 10011111 | 10011 | 101101 | 0 | 100110 | 100010010 | 11101 | 110000 |
Color Harmonies of #80579F
Complementary color
Monochromatic Colors of #80579F
Black with #80579F
Text Example
Text Example
White with #80579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80579F; }
p { color: rgb(128,87,159); }
H1.HeaderClassName
{
color: #80579F;
}
.AnyTagClassName
{
color: #80579F;
}
</style>
background-color css
<style>
a { background-color: #80579F; }
a { background-color: rgb(128,87,159); }
div.DivClassName
{
background-color: #80579F;
}
.BgClassName
{
background-color: #80579F;
}
</style>
border-color css
<style>
span { border-color: #80579F; }
span { border-color: rgb(128,87,159); }
td.TdClassName
{
border-color: #80579F;
}
.TagClassName
{
border-color: #80579F;
}
</style>