#815795

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

Shades of Affair #815795

Tints of Affair #815795

Color information

#815795 (or 0x815795) is unknown color: approx Affair. HEX triplet: 81, 57 and 95. RGB value is (129,87,149). Sum of RGB (Red+Green+Blue) = 129+87+149=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #815795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815795 is #7EA86A. Grayscale: #6A6A6A. Windows color (decimal): -8300651 or 9787265. OLE color: 9787265.

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

Color convert

RGB12987149-
CMYK0.130.4200.42
HSL280.65º26.27%46.27%-
HSV(B)280.65º41.61%58.43%-
XYZ17.8913.6530.13-
YUV106.63151.91143.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=35.34%
G=23.84%
B=40.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129871490.130.4200.42280.6526.2746.27
Hex815795D2A02A1191a2e
Octal20112722515520524313256
Binary100000011010111100101011101101010010101010001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815795; }

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

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

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

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

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

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

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

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