#916AAE

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

Shades of Ce Soir #916AAE

Tints of Ce Soir #916AAE

Color information

#916AAE (or 0x916AAE) is unknown color: approx Ce Soir. HEX triplet: 91, 6A and AE. RGB value is (145,106,174). Sum of RGB (Red+Green+Blue) = 145+106+174=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #916AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916AAE is #6E9551. Grayscale: #7D7D7D. Windows color (decimal): -7247186 or 11430545. OLE color: 11430545.

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

Color convert

RGB145106174-
CMYK0.170.3900.32
HSL274.41º29.57%54.9%-
HSV(B)274.41º39.08%68.24%-
XYZ24.4719.3842.5-
YUV125.41155.42141.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=34.12%
G=24.94%
B=40.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451061740.170.3900.32274.4129.5754.9
Hex916AAE11270201121e37
Octal22115225621470404223667
Binary1001000111010101010111010001100111010000010001001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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