#814D90

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

Shades of Affair #814D90

Tints of Affair #814D90

Color information

#814D90 (or 0x814D90) is unknown color: approx Affair. HEX triplet: 81, 4D and 90. RGB value is (129,77,144). Sum of RGB (Red+Green+Blue) = 129+77+144=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #814D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D90 is #7EB26F. Grayscale: #636363. Windows color (decimal): -8303216 or 9457025. OLE color: 9457025.

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

Color convert

RGB12977144-
CMYK0.100.4700.44
HSL286.57º30.32%43.33%-
HSV(B)286.57º46.53%56.47%-
XYZ16.7411.9927.82-
YUV100.19152.73148.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=36.86%
G=22%
B=41.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129771440.100.4700.44286.5730.3243.33
Hex814D90A2F02C11f1e2b
Octal20111522012570544373653
Binary100000011001101100100001010101111010110010001111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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