#805890

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

Shades of Affair #805890

Tints of Affair #805890

Color information

#805890 (or 0x805890) is unknown color: approx Affair. HEX triplet: 80, 58 and 90. RGB value is (128,88,144). Sum of RGB (Red+Green+Blue) = 128+88+144=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #805890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805890 is #7FA76F. Grayscale: #6A6A6A. Windows color (decimal): -8365936 or 9459840. OLE color: 9459840.

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

Color convert

RGB12888144-
CMYK0.110.3900.44
HSL282.86º24.14%45.49%-
HSV(B)282.86º38.89%56.47%-
XYZ17.4313.5828.09-
YUV106.34149.25143.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 144 (56.64% from 255) = 40%
R=35.56%
G=24.44%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128881440.110.3900.44282.8624.1445.49
Hex805890B2702C11b182d
Octal20013022013470544333055
Binary100000001011000100100001011100111010110010001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805890; }

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

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

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

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

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

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

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

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