#804B8E

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

Shades of Affair #804B8E

Tints of Affair #804B8E

Color information

#804B8E (or 0x804B8E) is unknown color: approx Affair. HEX triplet: 80, 4B and 8E. RGB value is (128,75,142). Sum of RGB (Red+Green+Blue) = 128+75+142=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #804B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B8E is #7FB471. Grayscale: #626262. Windows color (decimal): -8369266 or 9325440. OLE color: 9325440.

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

Color convert

RGB12875142-
CMYK0.100.4700.44
HSL287.46º30.88%42.55%-
HSV(B)287.46º47.18%55.69%-
XYZ16.311.5726.97-
YUV98.48152.56149.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=37.10%
G=21.74%
B=41.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128751420.100.4700.44287.4630.8842.55
Hex804B8EA2F02C11f1f2b
Octal20011321612570544373753
Binary100000001001011100011101010101111010110010001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,75,142); }

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

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

 a { background-color: rgb(128,75,142); }

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

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

 span { border-color: rgb(128,75,142); }

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