#814f8a

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

Shades of Affair #814F8A

Tints of Affair #814F8A

Color information

#814F8A (or 0x814F8A) is unknown color: approx Affair. HEX triplet: 81, 4F and 8A. RGB value is (129,79,138). Sum of RGB (Red+Green+Blue) = 129+79+138=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #814F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F8A is #7EB075. Grayscale: #646464. Windows color (decimal): -8302710 or 9064321. OLE color: 9064321.

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

Color convert

RGB12979138-
CMYK0.070.4300.46
HSL290.85º27.19%42.55%-
HSV(B)290.85º42.75%54.12%-
XYZ16.4412.0925.51-
YUV100.68149.06148.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=37.28%
G=22.83%
B=39.88%

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
Decimal129791380.070.4300.46290.8527.1942.55
Hex814F8A72B02E1231b2b
Octal2011172127530564433353
Binary10000001100111110001010111101011010111010010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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