#814E8B

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

Shades of Affair #814E8B

Tints of Affair #814E8B

Color information

#814E8B (or 0x814E8B) is unknown color: approx Affair. HEX triplet: 81, 4E and 8B. RGB value is (129,78,139). Sum of RGB (Red+Green+Blue) = 129+78+139=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #814E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814E8B is #7EB174. Grayscale: #646464. Windows color (decimal): -8302965 or 9129601. OLE color: 9129601.

HSL color Cylindrical-coordinate representation of color #814E8B: hue angle of 290.16º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #814E8B is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12978139-
CMYK0.070.4400.45
HSL290.16º28.11%42.55%-
HSV(B)290.16º43.88%54.51%-
XYZ16.4411.9825.87-
YUV100.2149.9148.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=37.28%
G=22.54%
B=40.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129781390.070.4400.45290.1628.1142.55
Hex814E8B72C02D1221c2b
Octal2011162137540554423453
Binary10000001100111010001011111101100010110110010001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,139); }

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

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

 a { background-color: rgb(129,78,139); }

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

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

 span { border-color: rgb(129,78,139); }

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