#80598D

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

Shades of Affair #80598D

Tints of Affair #80598D

Color information

#80598D (or 0x80598D) is unknown color: approx Affair. HEX triplet: 80, 59 and 8D. RGB value is (128,89,141). Sum of RGB (Red+Green+Blue) = 128+89+141=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #80598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598D is #7FA672. Grayscale: #6A6A6A. Windows color (decimal): -8365683 or 9263488. OLE color: 9263488.

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

Color convert

RGB12889141-
CMYK0.090.3700.45
HSL285º22.61%45.1%-
HSV(B)285º36.88%55.29%-
XYZ17.2813.6626.92-
YUV106.59147.42143.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=35.75%
G=24.86%
B=39.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128891410.090.3700.4528522.6145.1
Hex80598D92502D11d172d
Octal20013121511450554352755
Binary100000001011001100011011001100101010110110001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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