#815390

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

Shades of Affair #815390

Tints of Affair #815390

Color information

#815390 (or 0x815390) is unknown color: approx Affair. HEX triplet: 81, 53 and 90. RGB value is (129,83,144). Sum of RGB (Red+Green+Blue) = 129+83+144=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #815390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815390 is #7EAC6F. Grayscale: #676767. Windows color (decimal): -8301680 or 9458561. OLE color: 9458561.

HSL color Cylindrical-coordinate representation of color #815390: hue angle of 285.25º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #815390 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12983144-
CMYK0.100.4200.44
HSL285.25º26.87%44.51%-
HSV(B)285.25º42.36%56.47%-
XYZ17.1812.8727.96-
YUV103.71150.74146.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=36.24%
G=23.31%
B=40.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129831440.100.4200.44285.2526.8744.51
Hex815390A2A02C11d1b2d
Octal20112322012520544353355
Binary100000011010011100100001010101010010110010001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815390; }

 p { color: rgb(129,83,144); }

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

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

 a { background-color: rgb(129,83,144); }

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

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

 span { border-color: rgb(129,83,144); }

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