#916EAE

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

Shades of Ce Soir #916EAE

Tints of Ce Soir #916EAE

Color information

#916EAE (or 0x916EAE) is unknown color: approx Ce Soir. HEX triplet: 91, 6E and AE. RGB value is (145,110,174). Sum of RGB (Red+Green+Blue) = 145+110+174=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #916EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916EAE is #6E9151. Grayscale: #7F7F7F. Windows color (decimal): -7246162 or 11431569. OLE color: 11431569.

HSL color Cylindrical-coordinate representation of color #916EAE: hue angle of 272.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916EAE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145110174-
CMYK0.170.3700.32
HSL272.81º28.32%55.69%-
HSV(B)272.81º36.78%68.24%-
XYZ24.8920.2342.64-
YUV127.76154.1140.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=33.80%
G=25.64%
B=40.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451101740.170.3700.32272.8128.3255.69
Hex916EAE11250201111c38
Octal22115625621450404213470
Binary1001000111011101010111010001100101010000010001000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916EAE; }

 p { color: rgb(145,110,174); }

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

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

 a { background-color: rgb(145,110,174); }

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

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

 span { border-color: rgb(145,110,174); }

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