#804E93

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

Shades of Affair #804E93

Tints of Affair #804E93

Color information

#804E93 (or 0x804E93) is unknown color: approx Affair. HEX triplet: 80, 4E and 93. RGB value is (128,78,147). Sum of RGB (Red+Green+Blue) = 128+78+147=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #804E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E93 is #7FB16C. Grayscale: #646464. Windows color (decimal): -8368493 or 9653888. OLE color: 9653888.

HSL color Cylindrical-coordinate representation of color #804E93: hue angle of 283.48º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804E93 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12878147-
CMYK0.130.4700.42
HSL283.48º30.67%44.12%-
HSV(B)283.48º46.94%57.65%-
XYZ16.8912.1429.06-
YUV100.82154.06147.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=36.26%
G=22.10%
B=41.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128781470.130.4700.42283.4830.6744.12
Hex804E93D2F02A11b1f2c
Octal20011622315570524333754
Binary100000001001110100100111101101111010101010001101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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