#805E95

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

Shades of Affair #805E95

Tints of Affair #805E95

Color information

#805E95 (or 0x805E95) is unknown color: approx Affair. HEX triplet: 80, 5E and 95. RGB value is (128,94,149). Sum of RGB (Red+Green+Blue) = 128+94+149=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #805E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E95 is #7FA16A. Grayscale: #6E6E6E. Windows color (decimal): -8364395 or 9789056. OLE color: 9789056.

HSL color Cylindrical-coordinate representation of color #805E95: hue angle of 277.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805E95 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12894149-
CMYK0.140.3700.42
HSL277.09º22.63%47.65%-
HSV(B)277.09º36.91%58.43%-
XYZ18.3314.7630.32-
YUV110.44149.76140.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=34.50%
G=25.34%
B=40.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128941490.140.3700.42277.0922.6347.65
Hex805E95E2502A1151730
Octal20013622516450524252760
Binary100000001011110100101011110100101010101010001010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E95; }

 p { color: rgb(128,94,149); }

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

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

 a { background-color: rgb(128,94,149); }

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

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

 span { border-color: rgb(128,94,149); }

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