#814F90

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

Shades of Affair #814F90

Tints of Affair #814F90

Color information

#814F90 (or 0x814F90) is unknown color: approx Affair. HEX triplet: 81, 4F and 90. RGB value is (129,79,144). Sum of RGB (Red+Green+Blue) = 129+79+144=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #814F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F90 is #7EB06F. Grayscale: #656565. Windows color (decimal): -8302704 or 9457537. OLE color: 9457537.

HSL color Cylindrical-coordinate representation of color #814F90: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814F90 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12979144-
CMYK0.100.4500.44
HSL286.15º29.15%43.73%-
HSV(B)286.15º45.14%56.47%-
XYZ16.8812.2727.86-
YUV101.36152.06147.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=36.65%
G=22.44%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129791440.100.4500.44286.1529.1543.73
Hex814F90A2D02C11e1d2c
Octal20111722012550544363554
Binary100000011001111100100001010101101010110010001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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