#865F94

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

Shades of Affair #865F94

Tints of Affair #865F94

Color information

#865F94 (or 0x865F94) is unknown color: approx Affair. HEX triplet: 86, 5F and 94. RGB value is (134,95,148). Sum of RGB (Red+Green+Blue) = 134+95+148=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #865F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F94 is #79A06B. Grayscale: #707070. Windows color (decimal): -7970924 or 9723782. OLE color: 9723782.

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

Color convert

RGB13495148-
CMYK0.090.3600.42
HSL284.15º21.81%47.65%-
HSV(B)284.15º35.81%58.04%-
XYZ19.2715.3929.97-
YUV112.7147.92143.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=35.54%
G=25.20%
B=39.26%

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
Decimal134951480.090.3600.42284.1521.8147.65
Hex865F9492402A11c1630
Octal20613722411440524342660
Binary100001101011111100101001001100100010101010001110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,148); }

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

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

 a { background-color: rgb(134,95,148); }

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

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

 span { border-color: rgb(134,95,148); }

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