#815D8C

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

Shades of Affair #815D8C

Tints of Affair #815D8C

Color information

#815D8C (or 0x815D8C) is unknown color: approx Affair. HEX triplet: 81, 5D and 8C. RGB value is (129,93,140). Sum of RGB (Red+Green+Blue) = 129+93+140=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #815D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D8C is #7EA273. Grayscale: #6C6C6C. Windows color (decimal): -8299124 or 9198977. OLE color: 9198977.

HSL color Cylindrical-coordinate representation of color #815D8C: hue angle of 285.96º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815D8C is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12993140-
CMYK0.080.3400.45
HSL285.96º20.17%45.69%-
HSV(B)285.96º33.57%54.9%-
XYZ17.714.3926.66-
YUV109.12145.43142.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=35.64%
G=25.69%
B=38.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129931400.080.3400.45285.9620.1745.69
Hex815D8C82202D11e142e
Octal20113521410420554362456
Binary100000011011101100011001000100010010110110001111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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