#816099

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

Shades of Ce Soir #816099

Tints of Ce Soir #816099

Color information

#816099 (or 0x816099) is unknown color: approx Ce Soir. HEX triplet: 81, 60 and 99. RGB value is (129,96,153). Sum of RGB (Red+Green+Blue) = 129+96+153=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #816099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816099 is #7E9F66. Grayscale: #707070. Windows color (decimal): -8298343 or 10051713. OLE color: 10051713.

HSL color Cylindrical-coordinate representation of color #816099: hue angle of 274.74º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816099 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12996153-
CMYK0.160.3700.4
HSL274.74º22.89%48.82%-
HSV(B)274.74º37.25%60%-
XYZ18.9915.3332.1-
YUV112.36150.93139.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=34.13%
G=25.40%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129961530.160.3700.4274.7422.8948.82
Hex81609910250281131731
Octal20114023120450504232761
Binary1000000111000001001100110000100101010100010001001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816099; }

 p { color: rgb(129,96,153); }

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

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

 a { background-color: rgb(129,96,153); }

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

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

 span { border-color: rgb(129,96,153); }

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