#816695

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

Shades of Ce Soir #816695

Tints of Ce Soir #816695

Color information

#816695 (or 0x816695) is unknown color: approx Ce Soir. HEX triplet: 81, 66 and 95. RGB value is (129,102,149). Sum of RGB (Red+Green+Blue) = 129+102+149=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #816695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816695 is #7E996A. Grayscale: #737373. Windows color (decimal): -8296811 or 9791105. OLE color: 9791105.

HSL color Cylindrical-coordinate representation of color #816695: hue angle of 274.47º 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 #816695 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129102149-
CMYK0.130.3200.42
HSL274.47º18.73%49.22%-
HSV(B)274.47º31.54%58.43%-
XYZ19.2316.3430.57-
YUV115.43146.95137.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=33.95%
G=26.84%
B=39.21%

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
Decimal1291021490.130.3200.42274.4718.7349.22
Hex816695D2002A1121331
Octal20114622515400524222361
Binary100000011100110100101011101100000010101010001001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816695; }

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

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

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

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

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

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

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

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