#815D8F

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

Shades of Affair #815D8F

Tints of Affair #815D8F

Color information

#815D8F (or 0x815D8F) is unknown color: approx Affair. HEX triplet: 81, 5D and 8F. RGB value is (129,93,143). Sum of RGB (Red+Green+Blue) = 129+93+143=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #815D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D8F is #7EA270. Grayscale: #6D6D6D. Windows color (decimal): -8299121 or 9395585. OLE color: 9395585.

HSL color Cylindrical-coordinate representation of color #815D8F: hue angle of 283.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815D8F is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12993143-
CMYK0.100.3500.44
HSL283.2º21.19%46.27%-
HSV(B)283.2º34.97%56.08%-
XYZ17.9314.4827.84-
YUV109.46146.93141.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=35.34%
G=25.48%
B=39.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129931430.100.3500.44283.221.1946.27
Hex815D8FA2302C11b152e
Octal20113521712430544332556
Binary100000011011101100011111010100011010110010001101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815D8F; }

 p { color: rgb(129,93,143); }

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

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

 a { background-color: rgb(129,93,143); }

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

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

 span { border-color: rgb(129,93,143); }

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