#85599F

Color #85599F Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #85599F

Tints of Studio #85599F

Color information

#85599F (or 0x85599F) is unknown color: approx Studio. HEX triplet: 85, 59 and 9F. RGB value is (133,89,159). Sum of RGB (Red+Green+Blue) = 133+89+159=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #85599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599F is #7AA660. Grayscale: #6D6D6D. Windows color (decimal): -8037985 or 10443141. OLE color: 10443141.

HSL color Cylindrical-coordinate representation of color #85599F: hue angle of 277.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85599F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13389159-
CMYK0.160.4400.38
HSL277.71º28.23%48.63%-
HSV(B)277.71º44.03%62.35%-
XYZ19.514.6334.6-
YUV110.14155.58144.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=34.91%
G=23.36%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133891590.160.4400.38277.7128.2348.63
Hex85599F102C0261161c31
Octal20513123720540464263461
Binary1000010110110011001111110000101100010011010001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85599F; }

 p { color: rgb(133,89,159); }

 H1.HeaderClassName
 {
   color: #85599F;
 }
 .AnyTagClassName
 {
   color: #85599F;
 }
</style>
background-color css

<style>
 a { background-color: #85599F; }

 a { background-color: rgb(133,89,159); }

 div.DivClassName
 {
   background-color: #85599F;
 }
 .BgClassName
 {
   background-color: #85599F;
 }
</style>
border-color css

<style>
 span { border-color: #85599F; }

 span { border-color: rgb(133,89,159); }

 td.TdClassName
 {
   border-color: #85599F;
 }
 .TagClassName
 {
   border-color: #85599F;
 }
</style>