#805099

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

Shades of Affair #805099

Tints of Affair #805099

Color information

#805099 (or 0x805099) is unknown color: approx Affair. HEX triplet: 80, 50 and 99. RGB value is (128,80,153). Sum of RGB (Red+Green+Blue) = 128+80+153=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #805099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805099 is #7FAF66. Grayscale: #666666. Windows color (decimal): -8367975 or 10047616. OLE color: 10047616.

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

Color convert

RGB12880153-
CMYK0.160.4800.4
HSL279.45º31.33%45.69%-
HSV(B)279.45º47.71%60%-
XYZ17.5212.6331.65-
YUV102.67156.4146.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=35.46%
G=22.16%
B=42.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128801530.160.4800.4279.4531.3345.69
Hex80509910300281171f2e
Octal20012023120600504273756
Binary1000000010100001001100110000110000010100010001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805099; }

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

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

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

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

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

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

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

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