#865997

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

Shades of Affair #865997

Tints of Affair #865997

Color information

#865997 (or 0x865997) is unknown color: approx Affair. HEX triplet: 86, 59 and 97. RGB value is (134,89,151). Sum of RGB (Red+Green+Blue) = 134+89+151=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #865997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865997 is #79A668. Grayscale: #6D6D6D. Windows color (decimal): -7972457 or 9918854. OLE color: 9918854.

HSL color Cylindrical-coordinate representation of color #865997: hue angle of 283.55º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #865997 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13489151-
CMYK0.110.4100.41
HSL283.55º25.83%47.06%-
HSV(B)283.55º41.06%59.22%-
XYZ18.9914.4531.07-
YUV109.52151.41145.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=35.83%
G=23.80%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134891510.110.4100.41283.5525.8347.06
Hex865997B2902911c1a2f
Octal20613122713510514343257
Binary100001101011001100101111011101001010100110001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865997; }

 p { color: rgb(134,89,151); }

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

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

 a { background-color: rgb(134,89,151); }

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

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

 span { border-color: rgb(134,89,151); }

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