#804B8D

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

Shades of Affair #804B8D

Tints of Affair #804B8D

Color information

#804B8D (or 0x804B8D) is unknown color: approx Affair. HEX triplet: 80, 4B and 8D. RGB value is (128,75,141). Sum of RGB (Red+Green+Blue) = 128+75+141=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #804B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B8D is #7FB472. Grayscale: #626262. Windows color (decimal): -8369267 or 9259904. OLE color: 9259904.

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

Color convert

RGB12875141-
CMYK0.090.4700.45
HSL288.18º30.56%42.35%-
HSV(B)288.18º46.81%55.29%-
XYZ16.2311.5426.57-
YUV98.37152.06149.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=37.21%
G=21.80%
B=40.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128751410.090.4700.45288.1830.5642.35
Hex804B8D92F02D1201f2a
Octal20011321511570554403752
Binary100000001001011100011011001101111010110110010000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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