#80618D

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

Shades of Affair #80618D

Tints of Affair #80618D

Color information

#80618D (or 0x80618D) is unknown color: approx Affair. HEX triplet: 80, 61 and 8D. RGB value is (128,97,141). Sum of RGB (Red+Green+Blue) = 128+97+141=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #80618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80618D is #7F9E72. Grayscale: #6F6F6F. Windows color (decimal): -8363635 or 9265536. OLE color: 9265536.

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

Color convert

RGB12897141-
CMYK0.090.3100.45
HSL282.27º18.49%46.67%-
HSV(B)282.27º31.21%55.29%-
XYZ17.9815.0627.16-
YUV111.28144.77139.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=34.97%
G=26.50%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128971410.090.3100.45282.2718.4946.67
Hex80618D91F02D11a122f
Octal20014121511370554322257
Binary10000000110000110001101100111111010110110001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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