#80548B

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

Shades of Affair #80548B

Tints of Affair #80548B

Color information

#80548B (or 0x80548B) is unknown color: approx Affair. HEX triplet: 80, 54 and 8B. RGB value is (128,84,139). Sum of RGB (Red+Green+Blue) = 128+84+139=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #80548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80548B is #7FAB74. Grayscale: #676767. Windows color (decimal): -8366965 or 9131136. OLE color: 9131136.

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

Color convert

RGB12884139-
CMYK0.080.4000.45
HSL288º24.66%43.73%-
HSV(B)288º39.57%54.51%-
XYZ16.7312.7926.01-
YUV103.43148.08145.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=36.47%
G=23.93%
B=39.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128841390.080.4000.4528824.6643.73
Hex80548B82802D120192c
Octal20012421310500554403154
Binary100000001010100100010111000101000010110110010000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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