Shades of Studio #8559AC
Tints of Studio #8559AC
RGB
CMYK
RGB Variations
Color information
#8559AC (or 0x8559AC) is known color: Studio. HEX triplet: 85, 59 and AC. RGB value is (133,89,172). Sum of RGB (Red+Green+Blue) = 133+89+172=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #8559AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8559AC is #7AA653. Grayscale: #6F6F6F. Windows color (decimal): -8037972 or 11295109. OLE color: 11295109.
HSL color Cylindrical-coordinate representation of color #8559AC: hue angle of 271.81º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8559AC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 89 | 172 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.33 |
| HSL | 271.81º | 0.33% | 0.51% | - |
| HSV(B) | 271.81º | 0.48% | 0.67% | - |
| XYZ | 20.69 | 15.11 | 40.86 | - |
| YUV | 111.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 172 | 0.23 | 0.48 | 0 | 0.33 | 271.81 | 0.33 | 0.51 |
| Hex | 85 | 59 | AC | 17 | 30 | 0 | 21 | 110 | 21 | 33 |
| Octal | 205 | 131 | 254 | 27 | 60 | 0 | 41 | 420 | 41 | 63 |
| Binary | 10000101 | 1011001 | 10101100 | 10111 | 110000 | 0 | 100001 | 100010000 | 100001 | 110011 |
Color Harmonies of #8559AC
Complementary color
Monochromatic Colors of #8559AC
Black with #8559AC
Text Example
Text Example
White with #8559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559AC; }
p { color: rgb(133,89,172); }
H1.HeaderClassName
{
color: #8559AC;
}
.AnyTagClassName
{
color: #8559AC;
}
</style>
background-color css
<style>
a { background-color: #8559AC; }
a { background-color: rgb(133,89,172); }
div.DivClassName
{
background-color: #8559AC;
}
.BgClassName
{
background-color: #8559AC;
}
</style>
border-color css
<style>
span { border-color: #8559AC; }
span { border-color: rgb(133,89,172); }
td.TdClassName
{
border-color: #8559AC;
}
.TagClassName
{
border-color: #8559AC;
}
</style>