#816595

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

Shades of Ce Soir #816595

Tints of Ce Soir #816595

Color information

#816595 (or 0x816595) is unknown color: approx Ce Soir. HEX triplet: 81, 65 and 95. RGB value is (129,101,149). Sum of RGB (Red+Green+Blue) = 129+101+149=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #816595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816595 is #7E9A6A. Grayscale: #727272. Windows color (decimal): -8297067 or 9790849. OLE color: 9790849.

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

Color convert

RGB129101149-
CMYK0.130.3200.42
HSL275º19.2%49.02%-
HSV(B)275º32.21%58.43%-
XYZ19.1316.1430.54-
YUV114.84147.28138.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=34.04%
G=26.65%
B=39.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291011490.130.3200.4227519.249.02
Hex816595D2002A1131331
Octal20114522515400524232361
Binary100000011100101100101011101100000010101010001001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816595; }

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

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

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

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

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

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

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

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