#804F99

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

Shades of Affair #804F99

Tints of Affair #804F99

Color information

#804F99 (or 0x804F99) is unknown color: approx Affair. HEX triplet: 80, 4F and 99. RGB value is (128,79,153). Sum of RGB (Red+Green+Blue) = 128+79+153=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #804F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F99 is #7FB066. Grayscale: #656565. Windows color (decimal): -8368231 or 10047360. OLE color: 10047360.

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

Color convert

RGB12879153-
CMYK0.160.4800.4
HSL279.73º31.9%45.49%-
HSV(B)279.73º48.37%60%-
XYZ17.4512.4831.63-
YUV102.09156.73146.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=35.56%
G=21.94%
B=42.5%

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
Decimal128791530.160.4800.4279.7331.945.49
Hex804F991030028118202d
Octal20011723120600504304055
Binary10000000100111110011001100001100000101000100011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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