#804E8B

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

Shades of Affair #804E8B

Tints of Affair #804E8B

Color information

#804E8B (or 0x804E8B) is unknown color: approx Affair. HEX triplet: 80, 4E and 8B. RGB value is (128,78,139). Sum of RGB (Red+Green+Blue) = 128+78+139=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #804E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E8B is #7FB174. Grayscale: #636363. Windows color (decimal): -8368501 or 9129600. OLE color: 9129600.

HSL color Cylindrical-coordinate representation of color #804E8B: hue angle of 289.18º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804E8B is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12878139-
CMYK0.080.4400.45
HSL289.18º28.11%42.55%-
HSV(B)289.18º43.88%54.51%-
XYZ16.2911.925.87-
YUV99.9150.06148.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=37.10%
G=22.61%
B=40.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128781390.080.4400.45289.1828.1142.55
Hex804E8B82C02D1211c2b
Octal20011621310540554413453
Binary100000001001110100010111000101100010110110010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E8B; }

 p { color: rgb(128,78,139); }

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

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

 a { background-color: rgb(128,78,139); }

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

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

 span { border-color: rgb(128,78,139); }

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