#85599A

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

Shades of Affair #85599A

Tints of Affair #85599A

Color information

#85599A (or 0x85599A) is unknown color: approx Affair. HEX triplet: 85, 59 and 9A. RGB value is (133,89,154). Sum of RGB (Red+Green+Blue) = 133+89+154=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #85599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599A is #7AA665. Grayscale: #6D6D6D. Windows color (decimal): -8037990 or 10115461. OLE color: 10115461.

HSL color Cylindrical-coordinate representation of color #85599A: hue angle of 280.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85599A is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13389154-
CMYK0.140.4200.40
HSL280.62º26.75%47.65%-
HSV(B)280.62º42.21%60.39%-
XYZ19.0814.4632.36-
YUV109.57153.08144.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=35.37%
G=23.67%
B=40.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133891540.140.4200.40280.6226.7547.65
Hex85599AE2A0281191b30
Octal20513123216520504313360
Binary100001011011001100110101110101010010100010001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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