Shades of Studio #8059AD
Tints of Studio #8059AD
RGB
CMYK
RGB Variations
Color information
#8059AD (or 0x8059AD) is known color: Studio. HEX triplet: 80, 59 and AD. RGB value is (128,89,173). Sum of RGB (Red+Green+Blue) = 128+89+173=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8059AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8059AD is #7FA652. Grayscale: #6D6D6D. Windows color (decimal): -8365651 or 11360640. OLE color: 11360640.
HSL color Cylindrical-coordinate representation of color #8059AD: hue angle of 267.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8059AD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 89 | 173 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.32 |
| HSL | 267.86º | 0.34% | 0.51% | - |
| HSV(B) | 267.86º | 0.49% | 0.68% | - |
| XYZ | 20.02 | 14.75 | 41.33 | - |
| YUV | 110.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 173 | 0.26 | 0.49 | 0 | 0.32 | 267.86 | 0.34 | 0.51 |
| Hex | 80 | 59 | AD | 1A | 31 | 0 | 20 | 10C | 22 | 33 |
| Octal | 200 | 131 | 255 | 32 | 61 | 0 | 40 | 414 | 42 | 63 |
| Binary | 10000000 | 1011001 | 10101101 | 11010 | 110001 | 0 | 100000 | 100001100 | 100010 | 110011 |
Color Harmonies of #8059AD
Complementary color
Monochromatic Colors of #8059AD
Black with #8059AD
Text Example
Text Example
White with #8059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059AD; }
p { color: rgb(128,89,173); }
H1.HeaderClassName
{
color: #8059AD;
}
.AnyTagClassName
{
color: #8059AD;
}
</style>
background-color css
<style>
a { background-color: #8059AD; }
a { background-color: rgb(128,89,173); }
div.DivClassName
{
background-color: #8059AD;
}
.BgClassName
{
background-color: #8059AD;
}
</style>
border-color css
<style>
span { border-color: #8059AD; }
span { border-color: rgb(128,89,173); }
td.TdClassName
{
border-color: #8059AD;
}
.TagClassName
{
border-color: #8059AD;
}
</style>