#815796

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

Shades of Affair #815796

Tints of Affair #815796

Color information

#815796 (or 0x815796) is unknown color: approx Affair. HEX triplet: 81, 57 and 96. RGB value is (129,87,150). Sum of RGB (Red+Green+Blue) = 129+87+150=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #815796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815796 is #7EA869. Grayscale: #6A6A6A. Windows color (decimal): -8300650 or 9852801. OLE color: 9852801.

HSL color Cylindrical-coordinate representation of color #815796: hue angle of 280º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #815796 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12987150-
CMYK0.140.4200.41
HSL280º26.58%46.47%-
HSV(B)280º42%58.82%-
XYZ17.9713.6930.55-
YUV106.74152.41143.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=35.25%
G=23.77%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129871500.140.4200.4128026.5846.47
Hex815796E2A0291181b2e
Octal20112722616520514303356
Binary100000011010111100101101110101010010100110001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815796; }

 p { color: rgb(129,87,150); }

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

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

 a { background-color: rgb(129,87,150); }

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

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

 span { border-color: rgb(129,87,150); }

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