#875694

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

Shades of Affair #875694

Tints of Affair #875694

Color information

#875694 (or 0x875694) is unknown color: approx Affair. HEX triplet: 87, 56 and 94. RGB value is (135,86,148). Sum of RGB (Red+Green+Blue) = 135+86+148=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #875694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875694 is #78A96B. Grayscale: #6B6B6B. Windows color (decimal): -7907692 or 9721479. OLE color: 9721479.

HSL color Cylindrical-coordinate representation of color #875694: hue angle of 287.42º 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 #875694 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13586148-
CMYK0.090.4200.42
HSL287.42º26.5%45.88%-
HSV(B)287.42º41.89%58.04%-
XYZ18.6613.9429.72-
YUV107.72150.73147.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=36.59%
G=23.31%
B=40.11%

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
Decimal135861480.090.4200.42287.4226.545.88
Hex87569492A02A11f1a2e
Octal20712622411520524373256
Binary100001111010110100101001001101010010101010001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875694; }

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

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

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

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

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

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

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

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