#805699

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

Shades of Affair #805699

Tints of Affair #805699

Color information

#805699 (or 0x805699) is unknown color: approx Affair. HEX triplet: 80, 56 and 99. RGB value is (128,86,153). Sum of RGB (Red+Green+Blue) = 128+86+153=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #805699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805699 is #7FA966. Grayscale: #696969. Windows color (decimal): -8366439 or 10049152. OLE color: 10049152.

HSL color Cylindrical-coordinate representation of color #805699: hue angle of 277.61º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805699 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12886153-
CMYK0.160.4400.4
HSL277.61º28.03%46.86%-
HSV(B)277.61º43.79%60%-
XYZ17.9813.5431.8-
YUV106.2154.41143.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=34.88%
G=23.43%
B=41.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128861530.160.4400.4277.6128.0346.86
Hex805699102C0281161c2f
Octal20012623120540504263457
Binary1000000010101101001100110000101100010100010001011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805699; }

 p { color: rgb(128,86,153); }

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

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

 a { background-color: rgb(128,86,153); }

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

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

 span { border-color: rgb(128,86,153); }

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