#805996

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

Shades of Affair #805996

Tints of Affair #805996

Color information

#805996 (or 0x805996) is unknown color: approx Affair. HEX triplet: 80, 59 and 96. RGB value is (128,89,150). Sum of RGB (Red+Green+Blue) = 128+89+150=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #805996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805996 is #7FA669. Grayscale: #6B6B6B. Windows color (decimal): -8365674 or 9853312. OLE color: 9853312.

HSL color Cylindrical-coordinate representation of color #805996: hue angle of 278.36º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805996 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12889150-
CMYK0.150.4100.41
HSL278.36º25.52%46.86%-
HSV(B)278.36º40.67%58.82%-
XYZ17.9813.9430.6-
YUV107.61151.92142.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=34.88%
G=24.25%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128891500.150.4100.41278.3625.5246.86
Hex805996F290291161a2f
Octal20013122617510514263257
Binary100000001011001100101101111101001010100110001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805996; }

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

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

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

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

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

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

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

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