#845990

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

Shades of Affair #845990

Tints of Affair #845990

Color information

#845990 (or 0x845990) is unknown color: approx Affair. HEX triplet: 84, 59 and 90. RGB value is (132,89,144). Sum of RGB (Red+Green+Blue) = 132+89+144=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #845990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845990 is #7BA66F. Grayscale: #6B6B6B. Windows color (decimal): -8103536 or 9460100. OLE color: 9460100.

HSL color Cylindrical-coordinate representation of color #845990: hue angle of 286.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845990 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13289144-
CMYK0.080.3800.44
HSL286.91º23.61%45.69%-
HSV(B)286.91º38.19%56.47%-
XYZ18.1214.0628.15-
YUV108.13148.25145.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=36.16%
G=24.38%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132891440.080.3800.44286.9123.6145.69
Hex84599082602C11f182e
Octal20413122010460544373056
Binary100001001011001100100001000100110010110010001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845990; }

 p { color: rgb(132,89,144); }

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

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

 a { background-color: rgb(132,89,144); }

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

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

 span { border-color: rgb(132,89,144); }

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