#815899

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

Shades of Affair #815899

Tints of Affair #815899

Color information

#815899 (or 0x815899) is unknown color: approx Affair. HEX triplet: 81, 58 and 99. RGB value is (129,88,153). Sum of RGB (Red+Green+Blue) = 129+88+153=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #815899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815899 is #7EA766. Grayscale: #6B6B6B. Windows color (decimal): -8300391 or 10049665. OLE color: 10049665.

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

Color convert

RGB12988153-
CMYK0.160.4200.4
HSL277.85º26.97%47.25%-
HSV(B)277.85º42.48%60%-
XYZ18.2913.9531.86-
YUV107.67153.58143.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=34.86%
G=23.78%
B=41.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129881530.160.4200.4277.8526.9747.25
Hex815899102A0281161b2f
Octal20113023120520504263357
Binary1000000110110001001100110000101010010100010001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815899; }

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

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

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

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

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

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

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

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