#865499

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

Shades of Affair #865499

Tints of Affair #865499

Color information

#865499 (or 0x865499) is unknown color: approx Affair. HEX triplet: 86, 54 and 99. RGB value is (134,84,153). Sum of RGB (Red+Green+Blue) = 134+84+153=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #865499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865499 is #79AB66. Grayscale: #6A6A6A. Windows color (decimal): -7973735 or 10048646. OLE color: 10048646.

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

Color convert

RGB13484153-
CMYK0.120.4500.4
HSL283.48º29.11%46.47%-
HSV(B)283.48º45.1%60%-
XYZ18.7513.7131.79-
YUV106.82154.06147.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=36.12%
G=22.64%
B=41.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134841530.120.4500.4283.4829.1146.47
Hex865499C2D02811b1d2e
Octal20612423114550504333556
Binary100001101010100100110011100101101010100010001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865499; }

 p { color: rgb(134,84,153); }

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

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

 a { background-color: rgb(134,84,153); }

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

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

 span { border-color: rgb(134,84,153); }

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