Shades of Studio #85589D
Tints of Studio #85589D
RGB
CMYK
RGB Variations
Color information
#85589D (or 0x85589D) is known color: Studio. HEX triplet: 85, 58 and 9D. RGB value is (133,88,157). Sum of RGB (Red+Green+Blue) = 133+88+157=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #85589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589D is #7AA762. Grayscale: #6D6D6D. Windows color (decimal): -8038243 or 10311813. OLE color: 10311813.
HSL color Cylindrical-coordinate representation of color #85589D: hue angle of 279.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85589D is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 88 | 157 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.38 |
| HSL | 279.13º | 0.28% | 0.48% | - |
| HSV(B) | 279.13º | 0.44% | 0.62% | - |
| XYZ | 19.25 | 14.4 | 33.66 | - |
| YUV | 109.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 157 | 0.15 | 0.44 | 0 | 0.38 | 279.13 | 0.28 | 0.48 |
| Hex | 85 | 58 | 9D | F | 2C | 0 | 26 | 117 | 1C | 30 |
| Octal | 205 | 130 | 235 | 17 | 54 | 0 | 46 | 427 | 34 | 60 |
| Binary | 10000101 | 1011000 | 10011101 | 1111 | 101100 | 0 | 100110 | 100010111 | 11100 | 110000 |
Color Harmonies of #85589D
Complementary color
Monochromatic Colors of #85589D
Black with #85589D
Text Example
Text Example
White with #85589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85589D; }
p { color: rgb(133,88,157); }
H1.HeaderClassName
{
color: #85589D;
}
.AnyTagClassName
{
color: #85589D;
}
</style>
background-color css
<style>
a { background-color: #85589D; }
a { background-color: rgb(133,88,157); }
div.DivClassName
{
background-color: #85589D;
}
.BgClassName
{
background-color: #85589D;
}
</style>
border-color css
<style>
span { border-color: #85589D; }
span { border-color: rgb(133,88,157); }
td.TdClassName
{
border-color: #85589D;
}
.TagClassName
{
border-color: #85589D;
}
</style>