#844E90

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

Shades of Affair #844E90

Tints of Affair #844E90

Color information

#844E90 (or 0x844E90) is unknown color: approx Affair. HEX triplet: 84, 4E and 90. RGB value is (132,78,144). Sum of RGB (Red+Green+Blue) = 132+78+144=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #844E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E90 is #7BB16F. Grayscale: #656565. Windows color (decimal): -8106352 or 9457284. OLE color: 9457284.

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

Color convert

RGB13278144-
CMYK0.080.4600.44
HSL289.09º29.73%43.53%-
HSV(B)289.09º45.83%56.47%-
XYZ17.2712.3727.86-
YUV101.67151.89149.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=37.29%
G=22.03%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132781440.080.4600.44289.0929.7343.53
Hex844E9082E02C1211e2c
Octal20411622010560544413654
Binary100001001001110100100001000101110010110010010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E90; }

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

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

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

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

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

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

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

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