#875299

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

Shades of Affair #875299

Tints of Affair #875299

Color information

#875299 (or 0x875299) is unknown color: approx Affair. HEX triplet: 87, 52 and 99. RGB value is (135,82,153). Sum of RGB (Red+Green+Blue) = 135+82+153=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #875299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875299 is #78AD66. Grayscale: #696969. Windows color (decimal): -7908711 or 10048135. OLE color: 10048135.

HSL color Cylindrical-coordinate representation of color #875299: hue angle of 284.79º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875299 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13582153-
CMYK0.120.4600.4
HSL284.79º30.21%46.08%-
HSV(B)284.79º46.41%60%-
XYZ18.7613.4931.75-
YUV105.94154.56148.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=36.49%
G=22.16%
B=41.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135821530.120.4600.4284.7930.2146.08
Hex875299C2E02811d1e2e
Octal20712223114560504353656
Binary100001111010010100110011100101110010100010001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875299; }

 p { color: rgb(135,82,153); }

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

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

 a { background-color: rgb(135,82,153); }

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

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

 span { border-color: rgb(135,82,153); }

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