#916CAC

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

Shades of Ce Soir #916CAC

Tints of Ce Soir #916CAC

Color information

#916CAC (or 0x916CAC) is unknown color: approx Ce Soir. HEX triplet: 91, 6C and AC. RGB value is (145,108,172). Sum of RGB (Red+Green+Blue) = 145+108+172=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #916CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916CAC is #6E9353. Grayscale: #7E7E7E. Windows color (decimal): -7246676 or 11299985. OLE color: 11299985.

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

Color convert

RGB145108172-
CMYK0.160.3700.33
HSL274.69º27.83%54.9%-
HSV(B)274.69º37.21%67.45%-
XYZ24.4919.7241.55-
YUV126.36153.76141.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=34.12%
G=25.41%
B=40.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451081720.160.3700.33274.6927.8354.9
Hex916CAC10250211131c37
Octal22115425420450414233467
Binary1001000111011001010110010000100101010000110001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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