Shades of Studio #8755A0
Tints of Studio #8755A0
RGB
CMYK
RGB Variations
Color information
#8755A0 (or 0x8755A0) is known color: Studio. HEX triplet: 87, 55 and A0. RGB value is (135,85,160). Sum of RGB (Red+Green+Blue) = 135+85+160=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #8755A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755A0 is #78AA5F. Grayscale: #6C6C6C. Windows color (decimal): -7907936 or 10507655. OLE color: 10507655.
HSL color Cylindrical-coordinate representation of color #8755A0: hue angle of 280º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8755A0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 85 | 160 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.37 |
| HSL | 280º | 0.31% | 0.48% | - |
| HSV(B) | 280º | 0.47% | 0.63% | - |
| XYZ | 19.59 | 14.19 | 34.96 | - |
| YUV | 108.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 160 | 0.16 | 0.47 | 0 | 0.37 | 280 | 0.31 | 0.48 |
| Hex | 87 | 55 | A0 | 10 | 2F | 0 | 25 | 118 | 1F | 30 |
| Octal | 207 | 125 | 240 | 20 | 57 | 0 | 45 | 430 | 37 | 60 |
| Binary | 10000111 | 1010101 | 10100000 | 10000 | 101111 | 0 | 100101 | 100011000 | 11111 | 110000 |
Color Harmonies of #8755A0
Complementary color
Monochromatic Colors of #8755A0
Black with #8755A0
Text Example
Text Example
White with #8755A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755A0; }
p { color: rgb(135,85,160); }
H1.HeaderClassName
{
color: #8755A0;
}
.AnyTagClassName
{
color: #8755A0;
}
</style>
background-color css
<style>
a { background-color: #8755A0; }
a { background-color: rgb(135,85,160); }
div.DivClassName
{
background-color: #8755A0;
}
.BgClassName
{
background-color: #8755A0;
}
</style>
border-color css
<style>
span { border-color: #8755A0; }
span { border-color: rgb(135,85,160); }
td.TdClassName
{
border-color: #8755A0;
}
.TagClassName
{
border-color: #8755A0;
}
</style>