#875495

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

Shades of Affair #875495

Tints of Affair #875495

Color information

#875495 (or 0x875495) is unknown color: approx Affair. HEX triplet: 87, 54 and 95. RGB value is (135,84,149). Sum of RGB (Red+Green+Blue) = 135+84+149=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #875495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875495 is #78AB6A. Grayscale: #6A6A6A. Windows color (decimal): -7908203 or 9786503. OLE color: 9786503.

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

Color convert

RGB13584149-
CMYK0.090.4400.42
HSL287.08º27.9%45.69%-
HSV(B)287.08º43.62%58.43%-
XYZ18.5913.6630.09-
YUV106.66151.9148.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=36.68%
G=22.83%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135841490.090.4400.42287.0827.945.69
Hex87549592C02A11f1c2e
Octal20712422511540524373456
Binary100001111010100100101011001101100010101010001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875495; }

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

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

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

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

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

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

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

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