#80548C

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

Shades of Affair #80548C

Tints of Affair #80548C

Color information

#80548C (or 0x80548C) is unknown color: approx Affair. HEX triplet: 80, 54 and 8C. RGB value is (128,84,140). Sum of RGB (Red+Green+Blue) = 128+84+140=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #80548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80548C is #7FAB73. Grayscale: #676767. Windows color (decimal): -8366964 or 9196672. OLE color: 9196672.

HSL color Cylindrical-coordinate representation of color #80548C: hue angle of 287.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80548C is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12884140-
CMYK0.090.400.45
HSL287.14º25%43.92%-
HSV(B)287.14º40%54.9%-
XYZ16.8112.8226.4-
YUV103.54148.58145.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=36.36%
G=23.86%
B=39.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128841400.090.400.45287.142543.92
Hex80548C92802D11f192c
Octal20012421411500554373154
Binary100000001010100100011001001101000010110110001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80548C; }

 p { color: rgb(128,84,140); }

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

<style>
 a { background-color: #80548C; }

 a { background-color: rgb(128,84,140); }

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

<style>
 span { border-color: #80548C; }

 span { border-color: rgb(128,84,140); }

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