#80588D

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

Shades of Affair #80588D

Tints of Affair #80588D

Color information

#80588D (or 0x80588D) is unknown color: approx Affair. HEX triplet: 80, 58 and 8D. RGB value is (128,88,141). Sum of RGB (Red+Green+Blue) = 128+88+141=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #80588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80588D is #7FA772. Grayscale: #696969. Windows color (decimal): -8365939 or 9263232. OLE color: 9263232.

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

Color convert

RGB12888141-
CMYK0.090.3800.45
HSL285.28º23.14%44.9%-
HSV(B)285.28º37.59%55.29%-
XYZ17.213.4926.9-
YUV106147.75143.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=35.85%
G=24.65%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128881410.090.3800.45285.2823.1444.9
Hex80588D92602D11d172d
Octal20013021511460554352755
Binary100000001011000100011011001100110010110110001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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