#814F94

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

Shades of Affair #814F94

Tints of Affair #814F94

Color information

#814F94 (or 0x814F94) is unknown color: approx Affair. HEX triplet: 81, 4F and 94. RGB value is (129,79,148). Sum of RGB (Red+Green+Blue) = 129+79+148=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #814F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F94 is #7EB06B. Grayscale: #656565. Windows color (decimal): -8302700 or 9719681. OLE color: 9719681.

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

Color convert

RGB12979148-
CMYK0.130.4700.42
HSL283.48º30.4%44.51%-
HSV(B)283.48º46.62%58.04%-
XYZ17.1912.429.5-
YUV101.82154.06147.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=36.24%
G=22.19%
B=41.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129791480.130.4700.42283.4830.444.51
Hex814F94D2F02A11b1e2d
Octal20111722415570524333655
Binary100000011001111100101001101101111010101010001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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