#815595

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

Shades of Affair #815595

Tints of Affair #815595

Color information

#815595 (or 0x815595) is unknown color: approx Affair. HEX triplet: 81, 55 and 95. RGB value is (129,85,149). Sum of RGB (Red+Green+Blue) = 129+85+149=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #815595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815595 is #7EAA6A. Grayscale: #696969. Windows color (decimal): -8301163 or 9786753. OLE color: 9786753.

HSL color Cylindrical-coordinate representation of color #815595: hue angle of 281.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815595 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12985149-
CMYK0.130.4300.42
HSL281.25º27.35%45.88%-
HSV(B)281.25º42.95%58.43%-
XYZ17.7313.3330.07-
YUV105.45152.58144.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=35.54%
G=23.42%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129851490.130.4300.42281.2527.3545.88
Hex815595D2B02A1191b2e
Octal20112522515530524313356
Binary100000011010101100101011101101011010101010001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815595; }

 p { color: rgb(129,85,149); }

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

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

 a { background-color: rgb(129,85,149); }

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

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

 span { border-color: rgb(129,85,149); }

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