#815E93

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

Shades of Affair #815E93

Tints of Affair #815E93

Color information

#815E93 (or 0x815E93) is unknown color: approx Affair. HEX triplet: 81, 5E and 93. RGB value is (129,94,147). Sum of RGB (Red+Green+Blue) = 129+94+147=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #815E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815E93 is #7EA16C. Grayscale: #6E6E6E. Windows color (decimal): -8298861 or 9657985. OLE color: 9657985.

HSL color Cylindrical-coordinate representation of color #815E93: hue angle of 279.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815E93 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12994147-
CMYK0.120.3600.42
HSL279.62º21.99%47.25%-
HSV(B)279.62º36.05%57.65%-
XYZ18.3214.7829.49-
YUV110.51148.6141.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=34.86%
G=25.41%
B=39.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129941470.120.3600.42279.6221.9947.25
Hex815E93C2402A118162f
Octal20113622314440524302657
Binary100000011011110100100111100100100010101010001100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,94,147); }

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

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

 a { background-color: rgb(129,94,147); }

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

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

 span { border-color: rgb(129,94,147); }

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