#815696

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

Shades of Affair #815696

Tints of Affair #815696

Color information

#815696 (or 0x815696) is unknown color: approx Affair. HEX triplet: 81, 56 and 96. RGB value is (129,86,150). Sum of RGB (Red+Green+Blue) = 129+86+150=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #815696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815696 is #7EA969. Grayscale: #696969. Windows color (decimal): -8300906 or 9852545. OLE color: 9852545.

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

Color convert

RGB12986150-
CMYK0.140.4300.41
HSL280.31º27.12%46.27%-
HSV(B)280.31º42.67%58.82%-
XYZ17.8913.5230.52-
YUV106.15152.75144.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=35.34%
G=23.56%
B=41.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129861500.140.4300.41280.3127.1246.27
Hex815696E2B0291181b2e
Octal20112622616530514303356
Binary100000011010110100101101110101011010100110001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815696; }

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

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

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

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

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

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

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

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