#814F95

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

Shades of Affair #814F95

Tints of Affair #814F95

Color information

#814F95 (or 0x814F95) is unknown color: approx Affair. HEX triplet: 81, 4F and 95. RGB value is (129,79,149). Sum of RGB (Red+Green+Blue) = 129+79+149=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #814F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F95 is #7EB06A. Grayscale: #656565. Windows color (decimal): -8302699 or 9785217. OLE color: 9785217.

HSL color Cylindrical-coordinate representation of color #814F95: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814F95 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12979149-
CMYK0.130.4700.42
HSL282.86º30.7%44.71%-
HSV(B)282.86º46.98%58.43%-
XYZ17.2712.4329.92-
YUV101.93154.56147.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=36.13%
G=22.13%
B=41.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129791490.130.4700.42282.8630.744.71
Hex814F95D2F02A11b1f2d
Octal20111722515570524333755
Binary100000011001111100101011101101111010101010001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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