Shades of Studio #85569D
Tints of Studio #85569D
RGB
CMYK
RGB Variations
Color information
#85569D (or 0x85569D) is known color: Studio. HEX triplet: 85, 56 and 9D. RGB value is (133,86,157). Sum of RGB (Red+Green+Blue) = 133+86+157=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #85569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569D is #7AA962. Grayscale: #6B6B6B. Windows color (decimal): -8038755 or 10311301. OLE color: 10311301.
HSL color Cylindrical-coordinate representation of color #85569D: hue angle of 279.72º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85569D is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 86 | 157 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.38 |
| HSL | 279.72º | 0.29% | 0.48% | - |
| HSV(B) | 279.72º | 0.45% | 0.62% | - |
| XYZ | 19.09 | 14.08 | 33.61 | - |
| YUV | 108.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 157 | 0.15 | 0.45 | 0 | 0.38 | 279.72 | 0.29 | 0.48 |
| Hex | 85 | 56 | 9D | F | 2D | 0 | 26 | 118 | 1D | 30 |
| Octal | 205 | 126 | 235 | 17 | 55 | 0 | 46 | 430 | 35 | 60 |
| Binary | 10000101 | 1010110 | 10011101 | 1111 | 101101 | 0 | 100110 | 100011000 | 11101 | 110000 |
Color Harmonies of #85569D
Complementary color
Monochromatic Colors of #85569D
Black with #85569D
Text Example
Text Example
White with #85569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85569D; }
p { color: rgb(133,86,157); }
H1.HeaderClassName
{
color: #85569D;
}
.AnyTagClassName
{
color: #85569D;
}
</style>
background-color css
<style>
a { background-color: #85569D; }
a { background-color: rgb(133,86,157); }
div.DivClassName
{
background-color: #85569D;
}
.BgClassName
{
background-color: #85569D;
}
</style>
border-color css
<style>
span { border-color: #85569D; }
span { border-color: rgb(133,86,157); }
td.TdClassName
{
border-color: #85569D;
}
.TagClassName
{
border-color: #85569D;
}
</style>