#845E95

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

Shades of Affair #845E95

Tints of Affair #845E95

Color information

#845E95 (or 0x845E95) is unknown color: approx Affair. HEX triplet: 84, 5E and 95. RGB value is (132,94,149). Sum of RGB (Red+Green+Blue) = 132+94+149=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #845E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845E95 is #7BA16A. Grayscale: #6F6F6F. Windows color (decimal): -8102251 or 9789060. OLE color: 9789060.

HSL color Cylindrical-coordinate representation of color #845E95: hue angle of 281.45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845E95 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13294149-
CMYK0.110.3700.42
HSL281.45º22.63%47.65%-
HSV(B)281.45º36.91%58.43%-
XYZ18.9415.0830.35-
YUV111.63149.09142.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=35.2%
G=25.07%
B=39.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132941490.110.3700.42281.4522.6347.65
Hex845E95B2502A1191730
Octal20413622513450524312760
Binary100001001011110100101011011100101010101010001100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E95; }

 p { color: rgb(132,94,149); }

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

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

 a { background-color: rgb(132,94,149); }

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

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

 span { border-color: rgb(132,94,149); }

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