#844E8E

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

Shades of Affair #844E8E

Tints of Affair #844E8E

Color information

#844E8E (or 0x844E8E) is unknown color: approx Affair. HEX triplet: 84, 4E and 8E. RGB value is (132,78,142). Sum of RGB (Red+Green+Blue) = 132+78+142=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #844E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E8E is #7BB171. Grayscale: #656565. Windows color (decimal): -8106354 or 9326212. OLE color: 9326212.

HSL color Cylindrical-coordinate representation of color #844E8E: hue angle of 290.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844E8E is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13278142-
CMYK0.070.4500.44
HSL290.62º29.09%43.14%-
HSV(B)290.62º45.07%55.69%-
XYZ17.1212.3127.06-
YUV101.44150.89149.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=37.5%
G=22.16%
B=40.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132781420.070.4500.44290.6229.0943.14
Hex844E8E72D02C1231d2b
Octal2041162167550544433553
Binary10000100100111010001110111101101010110010010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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