Shades of Studio #8059A8
Tints of Studio #8059A8
RGB
CMYK
RGB Variations
Color information
#8059A8 (or 0x8059A8) is known color: Studio. HEX triplet: 80, 59 and A8. RGB value is (128,89,168). Sum of RGB (Red+Green+Blue) = 128+89+168=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 168 - color contains mainly: blue. Hex color #8059A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8059A8 is #7FA657. Grayscale: #6D6D6D. Windows color (decimal): -8365656 or 11032960. OLE color: 11032960.
HSL color Cylindrical-coordinate representation of color #8059A8: hue angle of 269.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8059A8 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 89 | 168 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.34 |
| HSL | 269.62º | 0.31% | 0.5% | - |
| HSV(B) | 269.62º | 0.47% | 0.66% | - |
| XYZ | 19.54 | 14.56 | 38.83 | - |
| YUV | 109.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 168 | 0.24 | 0.47 | 0 | 0.34 | 269.62 | 0.31 | 0.5 |
| Hex | 80 | 59 | A8 | 18 | 2F | 0 | 22 | 10E | 1F | 32 |
| Octal | 200 | 131 | 250 | 30 | 57 | 0 | 42 | 416 | 37 | 62 |
| Binary | 10000000 | 1011001 | 10101000 | 11000 | 101111 | 0 | 100010 | 100001110 | 11111 | 110010 |
Color Harmonies of #8059A8
Complementary color
Monochromatic Colors of #8059A8
Black with #8059A8
Text Example
Text Example
White with #8059A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059A8; }
p { color: rgb(128,89,168); }
H1.HeaderClassName
{
color: #8059A8;
}
.AnyTagClassName
{
color: #8059A8;
}
</style>
background-color css
<style>
a { background-color: #8059A8; }
a { background-color: rgb(128,89,168); }
div.DivClassName
{
background-color: #8059A8;
}
.BgClassName
{
background-color: #8059A8;
}
</style>
border-color css
<style>
span { border-color: #8059A8; }
span { border-color: rgb(128,89,168); }
td.TdClassName
{
border-color: #8059A8;
}
.TagClassName
{
border-color: #8059A8;
}
</style>