Shades of Studio #8558AD
Tints of Studio #8558AD
RGB
CMYK
RGB Variations
Color information
#8558AD (or 0x8558AD) is known color: Studio. HEX triplet: 85, 58 and AD. RGB value is (133,88,173). Sum of RGB (Red+Green+Blue) = 133+88+173=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #8558AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558AD is #7AA752. Grayscale: #6E6E6E. Windows color (decimal): -8038227 or 11360389. OLE color: 11360389.
HSL color Cylindrical-coordinate representation of color #8558AD: hue angle of 271.76º 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 #8558AD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 88 | 173 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.32 |
| HSL | 271.76º | 0.34% | 0.51% | - |
| HSV(B) | 271.76º | 0.49% | 0.68% | - |
| XYZ | 20.71 | 14.98 | 41.34 | - |
| YUV | 111.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 173 | 0.23 | 0.49 | 0 | 0.32 | 271.76 | 0.34 | 0.51 |
| Hex | 85 | 58 | AD | 17 | 31 | 0 | 20 | 110 | 22 | 33 |
| Octal | 205 | 130 | 255 | 27 | 61 | 0 | 40 | 420 | 42 | 63 |
| Binary | 10000101 | 1011000 | 10101101 | 10111 | 110001 | 0 | 100000 | 100010000 | 100010 | 110011 |
Color Harmonies of #8558AD
Complementary color
Monochromatic Colors of #8558AD
Black with #8558AD
Text Example
Text Example
White with #8558AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558AD; }
p { color: rgb(133,88,173); }
H1.HeaderClassName
{
color: #8558AD;
}
.AnyTagClassName
{
color: #8558AD;
}
</style>
background-color css
<style>
a { background-color: #8558AD; }
a { background-color: rgb(133,88,173); }
div.DivClassName
{
background-color: #8558AD;
}
.BgClassName
{
background-color: #8558AD;
}
</style>
border-color css
<style>
span { border-color: #8558AD; }
span { border-color: rgb(133,88,173); }
td.TdClassName
{
border-color: #8558AD;
}
.TagClassName
{
border-color: #8558AD;
}
</style>