#814D8E

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

Shades of Affair #814D8E

Tints of Affair #814D8E

Color information

#814D8E (or 0x814D8E) is unknown color: approx Affair. HEX triplet: 81, 4D and 8E. RGB value is (129,77,142). Sum of RGB (Red+Green+Blue) = 129+77+142=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #814D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D8E is #7EB271. Grayscale: #636363. Windows color (decimal): -8303218 or 9325953. OLE color: 9325953.

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

Color convert

RGB12977142-
CMYK0.090.4600.44
HSL288º29.68%42.94%-
HSV(B)288º45.77%55.69%-
XYZ16.5911.9327.02-
YUV99.96151.73148.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=37.07%
G=22.13%
B=40.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129771420.090.4600.4428829.6842.94
Hex814D8E92E02C1201e2b
Octal20111521611560544403653
Binary100000011001101100011101001101110010110010010000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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