#805090

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

Shades of Affair #805090

Tints of Affair #805090

Color information

#805090 (or 0x805090) is unknown color: approx Affair. HEX triplet: 80, 50 and 90. RGB value is (128,80,144). Sum of RGB (Red+Green+Blue) = 128+80+144=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #805090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805090 is #7FAF6F. Grayscale: #656565. Windows color (decimal): -8367984 or 9457792. OLE color: 9457792.

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

Color convert

RGB12880144-
CMYK0.110.4400.44
HSL285º28.57%43.92%-
HSV(B)285º44.44%56.47%-
XYZ16.812.3427.88-
YUV101.65151.9146.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128801440.110.4400.4428528.5743.92
Hex805090B2C02C11d1d2c
Octal20012022013540544353554
Binary100000001010000100100001011101100010110010001110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805090; }

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

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

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

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

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

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

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

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