#865899

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

Shades of Affair #865899

Tints of Affair #865899

Color information

#865899 (or 0x865899) is unknown color: approx Affair. HEX triplet: 86, 58 and 99. RGB value is (134,88,153). Sum of RGB (Red+Green+Blue) = 134+88+153=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #865899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865899 is #79A766. Grayscale: #6C6C6C. Windows color (decimal): -7972711 or 10049670. OLE color: 10049670.

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

Color convert

RGB13488153-
CMYK0.120.4200.4
HSL282.46º26.97%47.25%-
HSV(B)282.46º42.48%60%-
XYZ19.0714.3531.9-
YUV109.16152.74145.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=35.73%
G=23.47%
B=40.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134881530.120.4200.4282.4626.9747.25
Hex865899C2A02811a1b2f
Octal20613023114520504323357
Binary100001101011000100110011100101010010100010001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865899; }

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

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

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

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

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

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

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

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