#814E8A

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

Shades of Affair #814E8A

Tints of Affair #814E8A

Color information

#814E8A (or 0x814E8A) is unknown color: approx Affair. HEX triplet: 81, 4E and 8A. RGB value is (129,78,138). Sum of RGB (Red+Green+Blue) = 129+78+138=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #814E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814E8A is #7EB175. Grayscale: #636363. Windows color (decimal): -8302966 or 9064065. OLE color: 9064065.

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

Color convert

RGB12978138-
CMYK0.070.4300.46
HSL291º27.78%42.35%-
HSV(B)291º43.48%54.12%-
XYZ16.3711.9525.49-
YUV100.09149.4148.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 138 (54.30% from 255) = 40%
R=37.39%
G=22.61%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129781380.070.4300.4629127.7842.35
Hex814E8A72B02E1231c2a
Octal2011162127530564433452
Binary10000001100111010001010111101011010111010010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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