#815897

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

Shades of Affair #815897

Tints of Affair #815897

Color information

#815897 (or 0x815897) is unknown color: approx Affair. HEX triplet: 81, 58 and 97. RGB value is (129,88,151). Sum of RGB (Red+Green+Blue) = 129+88+151=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #815897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815897 is #7EA768. Grayscale: #6B6B6B. Windows color (decimal): -8300393 or 9918593. OLE color: 9918593.

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

Color convert

RGB12988151-
CMYK0.150.4200.41
HSL279.05º26.36%46.86%-
HSV(B)279.05º41.72%59.22%-
XYZ18.1313.8831-
YUV107.44152.58143.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=35.05%
G=23.91%
B=41.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129881510.150.4200.41279.0526.3646.86
Hex815897F2A0291171a2f
Octal20113022717520514273257
Binary100000011011000100101111111101010010100110001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815897; }

 p { color: rgb(129,88,151); }

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

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

 a { background-color: rgb(129,88,151); }

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

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

 span { border-color: rgb(129,88,151); }

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