#875894

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

Shades of Affair #875894

Tints of Affair #875894

Color information

#875894 (or 0x875894) is unknown color: approx Affair. HEX triplet: 87, 58 and 94. RGB value is (135,88,148). Sum of RGB (Red+Green+Blue) = 135+88+148=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #875894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875894 is #78A76B. Grayscale: #6C6C6C. Windows color (decimal): -7907180 or 9721991. OLE color: 9721991.

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

Color convert

RGB13588148-
CMYK0.090.4100.42
HSL287º25.42%46.27%-
HSV(B)287º40.54%58.04%-
XYZ18.8314.2729.78-
YUV108.89150.07146.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=36.39%
G=23.72%
B=39.89%

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
Decimal135881480.090.4100.4228725.4246.27
Hex87589492902A11f192e
Octal20713022411510524373156
Binary100001111011000100101001001101001010101010001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875894; }

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

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

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

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

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

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

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

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