#875899

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

Shades of Affair #875899

Tints of Affair #875899

Color information

#875899 (or 0x875899) is unknown color: approx Affair. HEX triplet: 87, 58 and 99. RGB value is (135,88,153). Sum of RGB (Red+Green+Blue) = 135+88+153=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #875899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875899 is #78A766. Grayscale: #6D6D6D. Windows color (decimal): -7907175 or 10049671. OLE color: 10049671.

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

Color convert

RGB13588153-
CMYK0.120.4200.4
HSL283.38º26.97%47.25%-
HSV(B)283.38º42.48%60%-
XYZ19.2314.4331.91-
YUV109.46152.57146.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=35.90%
G=23.40%
B=40.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135881530.120.4200.4283.3826.9747.25
Hex875899C2A02811b1b2f
Octal20713023114520504333357
Binary100001111011000100110011100101010010100010001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875899; }

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

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

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

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

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

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

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

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