#814F99

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

Shades of Affair #814F99

Tints of Affair #814F99

Color information

#814F99 (or 0x814F99) is unknown color: approx Affair. HEX triplet: 81, 4F and 99. RGB value is (129,79,153). Sum of RGB (Red+Green+Blue) = 129+79+153=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #814F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F99 is #7EB066. Grayscale: #666666. Windows color (decimal): -8302695 or 10047361. OLE color: 10047361.

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

Color convert

RGB12979153-
CMYK0.160.4800.4
HSL280.54º31.9%45.49%-
HSV(B)280.54º48.37%60%-
XYZ17.612.5631.63-
YUV102.39156.56146.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=35.73%
G=21.88%
B=42.38%

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
Decimal129791530.160.4800.4280.5431.945.49
Hex814F991030028119202d
Octal20111723120600504314055
Binary10000001100111110011001100001100000101000100011001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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