#815F90

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

Shades of Affair #815F90

Tints of Affair #815F90

Color information

#815F90 (or 0x815F90) is unknown color: approx Affair. HEX triplet: 81, 5F and 90. RGB value is (129,95,144). Sum of RGB (Red+Green+Blue) = 129+95+144=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #815F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815F90 is #7EA06F. Grayscale: #6E6E6E. Windows color (decimal): -8298608 or 9461633. OLE color: 9461633.

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

Color convert

RGB12995144-
CMYK0.100.3400.44
HSL281.63º20.5%46.86%-
HSV(B)281.63º34.03%56.47%-
XYZ18.1814.8728.3-
YUV110.75146.76141.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=35.05%
G=25.82%
B=39.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129951440.100.3400.44281.6320.546.86
Hex815F90A2202C11a152f
Octal20113722012420544322557
Binary100000011011111100100001010100010010110010001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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