#865E93

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

Shades of Affair #865E93

Tints of Affair #865E93

Color information

#865E93 (or 0x865E93) is unknown color: approx Affair. HEX triplet: 86, 5E and 93. RGB value is (134,94,147). Sum of RGB (Red+Green+Blue) = 134+94+147=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #865E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E93 is #79A16C. Grayscale: #6F6F6F. Windows color (decimal): -7971181 or 9657990. OLE color: 9657990.

HSL color Cylindrical-coordinate representation of color #865E93: hue angle of 285.28º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865E93 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13494147-
CMYK0.090.3600.42
HSL285.28º21.99%47.25%-
HSV(B)285.28º36.05%57.65%-
XYZ19.115.1829.53-
YUV112147.75143.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=35.73%
G=25.07%
B=39.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134941470.090.3600.42285.2821.9947.25
Hex865E9392402A11d162f
Octal20613622311440524352657
Binary100001101011110100100111001100100010101010001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865E93; }

 p { color: rgb(134,94,147); }

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

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

 a { background-color: rgb(134,94,147); }

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

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

 span { border-color: rgb(134,94,147); }

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