#804F8B

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

Shades of Affair #804F8B

Tints of Affair #804F8B

Color information

#804F8B (or 0x804F8B) is unknown color: approx Affair. HEX triplet: 80, 4F and 8B. RGB value is (128,79,139). Sum of RGB (Red+Green+Blue) = 128+79+139=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #804F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F8B is #7FB074. Grayscale: #646464. Windows color (decimal): -8368245 or 9129856. OLE color: 9129856.

HSL color Cylindrical-coordinate representation of color #804F8B: hue angle of 289º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804F8B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12879139-
CMYK0.080.4300.45
HSL289º27.52%42.75%-
HSV(B)289º43.17%54.51%-
XYZ16.3612.0525.89-
YUV100.49149.73147.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=36.99%
G=22.83%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128791390.080.4300.4528927.5242.75
Hex804F8B82B02D1211c2b
Octal20011721310530554413453
Binary100000001001111100010111000101011010110110010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804F8B; }

 p { color: rgb(128,79,139); }

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

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

 a { background-color: rgb(128,79,139); }

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

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

 span { border-color: rgb(128,79,139); }

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