#85599B

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

Shades of Affair #85599B

Tints of Affair #85599B

Color information

#85599B (or 0x85599B) is unknown color: approx Affair. HEX triplet: 85, 59 and 9B. RGB value is (133,89,155). Sum of RGB (Red+Green+Blue) = 133+89+155=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #85599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599B is #7AA664. Grayscale: #6D6D6D. Windows color (decimal): -8037989 or 10180997. OLE color: 10180997.

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

Color convert

RGB13389155-
CMYK0.140.4300.39
HSL280º27.05%47.84%-
HSV(B)280º42.58%60.78%-
XYZ19.1614.532.8-
YUV109.68153.58144.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=35.28%
G=23.61%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133891550.140.4300.3928027.0547.84
Hex85599BE2B0271181b30
Octal20513123316530474303360
Binary100001011011001100110111110101011010011110001100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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