#80508E

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

Shades of Affair #80508E

Tints of Affair #80508E

Color information

#80508E (or 0x80508E) is unknown color: approx Affair. HEX triplet: 80, 50 and 8E. RGB value is (128,80,142). Sum of RGB (Red+Green+Blue) = 128+80+142=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #80508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80508E is #7FAF71. Grayscale: #656565. Windows color (decimal): -8367986 or 9326720. OLE color: 9326720.

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

Color convert

RGB12880142-
CMYK0.100.4400.44
HSL286.45º27.93%43.53%-
HSV(B)286.45º43.66%55.69%-
XYZ16.6512.2827.08-
YUV101.42150.9146.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=36.57%
G=22.86%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128801420.100.4400.44286.4527.9343.53
Hex80508EA2C02C11e1c2c
Octal20012021612540544363454
Binary100000001010000100011101010101100010110010001111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80508E; }

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

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

<style>
 a { background-color: #80508E; }

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

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

<style>
 span { border-color: #80508E; }

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

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