#875799

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

Shades of Affair #875799

Tints of Affair #875799

Color information

#875799 (or 0x875799) is unknown color: approx Affair. HEX triplet: 87, 57 and 99. RGB value is (135,87,153). Sum of RGB (Red+Green+Blue) = 135+87+153=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #875799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875799 is #78A866. Grayscale: #6C6C6C. Windows color (decimal): -7907431 or 10049415. OLE color: 10049415.

HSL color Cylindrical-coordinate representation of color #875799: hue angle of 283.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #875799 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13587153-
CMYK0.120.4300.4
HSL283.64º27.5%47.06%-
HSV(B)283.64º43.14%60%-
XYZ19.1514.2731.88-
YUV108.88152.9146.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=36%
G=23.2%
B=40.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135871530.120.4300.4283.6427.547.06
Hex875799C2B02811c1b2f
Octal20712723114530504343357
Binary100001111010111100110011100101011010100010001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875799; }

 p { color: rgb(135,87,153); }

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

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

 a { background-color: rgb(135,87,153); }

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

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

 span { border-color: rgb(135,87,153); }

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