#804F93

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

Shades of Affair #804F93

Tints of Affair #804F93

Color information

#804F93 (or 0x804F93) is unknown color: approx Affair. HEX triplet: 80, 4F and 93. RGB value is (128,79,147). Sum of RGB (Red+Green+Blue) = 128+79+147=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #804F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F93 is #7FB06C. Grayscale: #656565. Windows color (decimal): -8368237 or 9654144. OLE color: 9654144.

HSL color Cylindrical-coordinate representation of color #804F93: hue angle of 283.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804F93 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12879147-
CMYK0.130.4600.42
HSL283.24º30.09%44.31%-
HSV(B)283.24º46.26%57.65%-
XYZ16.9612.2929.08-
YUV101.4153.73146.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=36.16%
G=22.32%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128791470.130.4600.42283.2430.0944.31
Hex804F93D2E02A11b1e2c
Octal20011722315560524333654
Binary100000001001111100100111101101110010101010001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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