#875895

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

Shades of Affair #875895

Tints of Affair #875895

Color information

#875895 (or 0x875895) is unknown color: approx Affair. HEX triplet: 87, 58 and 95. RGB value is (135,88,149). Sum of RGB (Red+Green+Blue) = 135+88+149=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #875895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875895 is #78A76A. Grayscale: #6C6C6C. Windows color (decimal): -7907179 or 9787527. OLE color: 9787527.

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

Color convert

RGB13588149-
CMYK0.090.4100.42
HSL286.23º25.74%46.47%-
HSV(B)286.23º40.94%58.43%-
XYZ18.9114.330.2-
YUV109.01150.57146.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=36.29%
G=23.66%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135881490.090.4100.42286.2325.7446.47
Hex87589592902A11e1a2e
Octal20713022511510524363256
Binary100001111011000100101011001101001010101010001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875895; }

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

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

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

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

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

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

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

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