#815799

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

Shades of Affair #815799

Tints of Affair #815799

Color information

#815799 (or 0x815799) is unknown color: approx Affair. HEX triplet: 81, 57 and 99. RGB value is (129,87,153). Sum of RGB (Red+Green+Blue) = 129+87+153=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #815799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815799 is #7EA866. Grayscale: #6A6A6A. Windows color (decimal): -8300647 or 10049409. OLE color: 10049409.

HSL color Cylindrical-coordinate representation of color #815799: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815799 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12987153-
CMYK0.160.4300.4
HSL278.18º27.5%47.06%-
HSV(B)278.18º43.14%60%-
XYZ18.2113.7831.84-
YUV107.08153.91143.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=34.96%
G=23.58%
B=41.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129871530.160.4300.4278.1827.547.06
Hex815799102B0281161b2f
Octal20112723120530504263357
Binary1000000110101111001100110000101011010100010001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815799; }

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

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

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

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

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

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

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

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