#815699

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

Shades of Affair #815699

Tints of Affair #815699

Color information

#815699 (or 0x815699) is unknown color: approx Affair. HEX triplet: 81, 56 and 99. RGB value is (129,86,153). Sum of RGB (Red+Green+Blue) = 129+86+153=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #815699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815699 is #7EA966. Grayscale: #6A6A6A. Windows color (decimal): -8300903 or 10049153. OLE color: 10049153.

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

Color convert

RGB12986153-
CMYK0.160.4400.4
HSL278.51º28.03%46.86%-
HSV(B)278.51º43.79%60%-
XYZ18.1313.6231.81-
YUV106.5154.25144.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=35.05%
G=23.37%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129861530.160.4400.4278.5128.0346.86
Hex815699102C0281171c2f
Octal20112623120540504273457
Binary1000000110101101001100110000101100010100010001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815699; }

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

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

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

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

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

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

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

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