#804F98

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

Shades of Affair #804F98

Tints of Affair #804F98

Color information

#804F98 (or 0x804F98) is unknown color: approx Affair. HEX triplet: 80, 4F and 98. RGB value is (128,79,152). Sum of RGB (Red+Green+Blue) = 128+79+152=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #804F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804F98 is #7FB067. Grayscale: #656565. Windows color (decimal): -8368232 or 9981824. OLE color: 9981824.

HSL color Cylindrical-coordinate representation of color #804F98: hue angle of 280.27º 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 #804F98 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12879152-
CMYK0.160.4800.40
HSL280.27º31.6%45.29%-
HSV(B)280.27º48.03%59.61%-
XYZ17.3712.4531.19-
YUV101.97156.23146.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=35.65%
G=22.01%
B=42.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128791520.160.4800.40280.2731.645.29
Hex804F981030028118202d
Octal20011723020600504304055
Binary10000000100111110011000100001100000101000100011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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