#805E93

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

Shades of Affair #805E93

Tints of Affair #805E93

Color information

#805E93 (or 0x805E93) is unknown color: approx Affair. HEX triplet: 80, 5E and 93. RGB value is (128,94,147). Sum of RGB (Red+Green+Blue) = 128+94+147=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #805E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E93 is #7FA16C. Grayscale: #6E6E6E. Windows color (decimal): -8364397 or 9657984. OLE color: 9657984.

HSL color Cylindrical-coordinate representation of color #805E93: hue angle of 278.49º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805E93 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12894147-
CMYK0.130.3600.42
HSL278.49º21.99%47.25%-
HSV(B)278.49º36.05%57.65%-
XYZ18.1714.729.48-
YUV110.21148.76140.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=34.69%
G=25.47%
B=39.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128941470.130.3600.42278.4921.9947.25
Hex805E93D2402A116162f
Octal20013622315440524262657
Binary100000001011110100100111101100100010101010001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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