#804F88

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

Shades of Affair #804F88

Tints of Affair #804F88

Color information

#804F88 (or 0x804F88) is unknown color: approx Affair. HEX triplet: 80, 4F and 88. RGB value is (128,79,136). Sum of RGB (Red+Green+Blue) = 128+79+136=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #804F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F88 is #7FB077. Grayscale: #636363. Windows color (decimal): -8368248 or 8933248. OLE color: 8933248.

HSL color Cylindrical-coordinate representation of color #804F88: hue angle of 291.58º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804F88 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12879136-
CMYK0.060.4200.47
HSL291.58º26.51%42.16%-
HSV(B)291.58º41.91%53.33%-
XYZ16.1411.9624.75-
YUV100.15148.23147.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=37.32%
G=23.03%
B=39.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128791360.060.4200.47291.5826.5142.16
Hex804F8862A02F1241b2a
Octal2001172106520574443352
Binary10000000100111110001000110101010010111110010010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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