#80538D

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

Shades of Affair #80538D

Tints of Affair #80538D

Color information

#80538D (or 0x80538D) is unknown color: approx Affair. HEX triplet: 80, 53 and 8D. RGB value is (128,83,141). Sum of RGB (Red+Green+Blue) = 128+83+141=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #80538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80538D is #7FAC72. Grayscale: #666666. Windows color (decimal): -8367219 or 9261952. OLE color: 9261952.

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

Color convert

RGB12883141-
CMYK0.090.4100.45
HSL286.55º25.89%43.92%-
HSV(B)286.55º41.13%55.29%-
XYZ16.812.726.76-
YUV103.07149.41145.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=36.36%
G=23.58%
B=40.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128831410.090.4100.45286.5525.8943.92
Hex80538D92902D11f1a2c
Octal20012321511510554373254
Binary100000001010011100011011001101001010110110001111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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