#815599

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

Shades of Affair #815599

Tints of Affair #815599

Color information

#815599 (or 0x815599) is unknown color: approx Affair. HEX triplet: 81, 55 and 99. RGB value is (129,85,153). Sum of RGB (Red+Green+Blue) = 129+85+153=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #815599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815599 is #7EAA66. Grayscale: #696969. Windows color (decimal): -8301159 or 10048897. OLE color: 10048897.

HSL color Cylindrical-coordinate representation of color #815599: hue angle of 278.82º degrees, saturation: 0.29, 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 #815599 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12985153-
CMYK0.160.4400.4
HSL278.82º28.57%46.67%-
HSV(B)278.82º44.44%60%-
XYZ18.0513.4631.78-
YUV105.91154.58144.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=35.15%
G=23.16%
B=41.69%

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
Decimal129851530.160.4400.4278.8228.5746.67
Hex815599102C0281171d2f
Octal20112523120540504273557
Binary1000000110101011001100110000101100010100010001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815599; }

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

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

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

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

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

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

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

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