Shades of Studio #80579C
Tints of Studio #80579C
RGB
CMYK
RGB Variations
Color information
#80579C (or 0x80579C) is known color: Studio. HEX triplet: 80, 57 and 9C. RGB value is (128,87,156). Sum of RGB (Red+Green+Blue) = 128+87+156=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #80579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80579C is #7FA863. Grayscale: #6A6A6A. Windows color (decimal): -8366180 or 10246016. OLE color: 10246016.
HSL color Cylindrical-coordinate representation of color #80579C: hue angle of 275.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80579C is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 87 | 156 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.39 |
| HSL | 275.65º | 0.28% | 0.48% | - |
| HSV(B) | 275.65º | 0.44% | 0.61% | - |
| XYZ | 18.31 | 13.81 | 33.15 | - |
| YUV | 107.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 156 | 0.18 | 0.44 | 0 | 0.39 | 275.65 | 0.28 | 0.48 |
| Hex | 80 | 57 | 9C | 12 | 2C | 0 | 27 | 114 | 1C | 30 |
| Octal | 200 | 127 | 234 | 22 | 54 | 0 | 47 | 424 | 34 | 60 |
| Binary | 10000000 | 1010111 | 10011100 | 10010 | 101100 | 0 | 100111 | 100010100 | 11100 | 110000 |
Color Harmonies of #80579C
Complementary color
Monochromatic Colors of #80579C
Black with #80579C
Text Example
Text Example
White with #80579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80579C; }
p { color: rgb(128,87,156); }
H1.HeaderClassName
{
color: #80579C;
}
.AnyTagClassName
{
color: #80579C;
}
</style>
background-color css
<style>
a { background-color: #80579C; }
a { background-color: rgb(128,87,156); }
div.DivClassName
{
background-color: #80579C;
}
.BgClassName
{
background-color: #80579C;
}
</style>
border-color css
<style>
span { border-color: #80579C; }
span { border-color: rgb(128,87,156); }
td.TdClassName
{
border-color: #80579C;
}
.TagClassName
{
border-color: #80579C;
}
</style>