#80548D

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

Shades of Affair #80548D

Tints of Affair #80548D

Color information

#80548D (or 0x80548D) is unknown color: approx Affair. HEX triplet: 80, 54 and 8D. RGB value is (128,84,141). Sum of RGB (Red+Green+Blue) = 128+84+141=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #80548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80548D is #7FAB72. Grayscale: #676767. Windows color (decimal): -8366963 or 9262208. OLE color: 9262208.

HSL color Cylindrical-coordinate representation of color #80548D: hue angle of 286.32º 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 #80548D is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12884141-
CMYK0.090.4000.45
HSL286.32º25.33%44.12%-
HSV(B)286.32º40.43%55.29%-
XYZ16.8812.8526.79-
YUV103.65149.08145.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=36.26%
G=23.80%
B=39.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128841410.090.4000.45286.3225.3344.12
Hex80548D92802D11e192c
Octal20012421511500554363154
Binary100000001010100100011011001101000010110110001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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