#916EAC

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

Shades of Ce Soir #916EAC

Tints of Ce Soir #916EAC

Color information

#916EAC (or 0x916EAC) is unknown color: approx Ce Soir. HEX triplet: 91, 6E and AC. RGB value is (145,110,172). Sum of RGB (Red+Green+Blue) = 145+110+172=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #916EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916EAC is #6E9153. Grayscale: #7F7F7F. Windows color (decimal): -7246164 or 11300497. OLE color: 11300497.

HSL color Cylindrical-coordinate representation of color #916EAC: hue angle of 273.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #916EAC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145110172-
CMYK0.160.3600.33
HSL273.87º27.19%55.29%-
HSV(B)273.87º36.05%67.45%-
XYZ24.720.1541.62-
YUV127.53153.1140.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=33.96%
G=25.76%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451101720.160.3600.33273.8727.1955.29
Hex916EAC10240211121b37
Octal22115625420440414223367
Binary1001000111011101010110010000100100010000110001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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