#875699

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

Shades of Affair #875699

Tints of Affair #875699

Color information

#875699 (or 0x875699) is unknown color: approx Affair. HEX triplet: 87, 56 and 99. RGB value is (135,86,153). Sum of RGB (Red+Green+Blue) = 135+86+153=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #875699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875699 is #78A966. Grayscale: #6C6C6C. Windows color (decimal): -7907687 or 10049159. OLE color: 10049159.

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

Color convert

RGB13586153-
CMYK0.120.4400.4
HSL283.88º28.03%46.86%-
HSV(B)283.88º43.79%60%-
XYZ19.0714.1131.85-
YUV108.29153.23147.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=36.10%
G=22.99%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135861530.120.4400.4283.8828.0346.86
Hex875699C2C02811c1c2f
Octal20712623114540504343457
Binary100001111010110100110011100101100010100010001110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875699; }

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

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

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

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

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

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

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

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