#875795

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

Shades of Affair #875795

Tints of Affair #875795

Color information

#875795 (or 0x875795) is unknown color: approx Affair. HEX triplet: 87, 57 and 95. RGB value is (135,87,149). Sum of RGB (Red+Green+Blue) = 135+87+149=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #875795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875795 is #78A86A. Grayscale: #6C6C6C. Windows color (decimal): -7907435 or 9787271. OLE color: 9787271.

HSL color Cylindrical-coordinate representation of color #875795: hue angle of 286.45º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875795 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13587149-
CMYK0.090.4200.42
HSL286.45º26.27%46.27%-
HSV(B)286.45º41.61%58.43%-
XYZ18.8214.1430.17-
YUV108.42150.9146.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=36.39%
G=23.45%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135871490.090.4200.42286.4526.2746.27
Hex87579592A02A11e1a2e
Octal20712722511520524363256
Binary100001111010111100101011001101010010101010001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875795; }

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

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

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

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

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

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

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

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