#805990

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

Shades of Affair #805990

Tints of Affair #805990

Color information

#805990 (or 0x805990) is unknown color: approx Affair. HEX triplet: 80, 59 and 90. RGB value is (128,89,144). Sum of RGB (Red+Green+Blue) = 128+89+144=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #805990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805990 is #7FA66F. Grayscale: #6A6A6A. Windows color (decimal): -8365680 or 9460096. OLE color: 9460096.

HSL color Cylindrical-coordinate representation of color #805990: hue angle of 282.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805990 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12889144-
CMYK0.110.3800.44
HSL282.55º23.61%45.69%-
HSV(B)282.55º38.19%56.47%-
XYZ17.5113.7528.12-
YUV106.93148.92143.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=35.46%
G=24.65%
B=39.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128891440.110.3800.44282.5523.6145.69
Hex805990B2602C11b182e
Octal20013122013460544333056
Binary100000001011001100100001011100110010110010001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805990; }

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

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

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

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

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

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

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

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