#865A95

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

Shades of Affair #865A95

Tints of Affair #865A95

Color information

#865A95 (or 0x865A95) is unknown color: approx Affair. HEX triplet: 86, 5A and 95. RGB value is (134,90,149). Sum of RGB (Red+Green+Blue) = 134+90+149=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #865A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A95 is #79A56A. Grayscale: #6D6D6D. Windows color (decimal): -7972203 or 9788038. OLE color: 9788038.

HSL color Cylindrical-coordinate representation of color #865A95: hue angle of 284.75º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865A95 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13490149-
CMYK0.100.4000.42
HSL284.75º24.69%46.86%-
HSV(B)284.75º39.6%58.43%-
XYZ18.9114.5530.25-
YUV109.88150.08145.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=35.92%
G=24.13%
B=39.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134901490.100.4000.42284.7524.6946.86
Hex865A95A2802A11d192f
Octal20613222512500524353157
Binary100001101011010100101011010101000010101010001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,90,149); }

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

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

 a { background-color: rgb(134,90,149); }

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

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

 span { border-color: rgb(134,90,149); }

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