#9176AA

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

Shades of Ce Soir #9176AA

Tints of Ce Soir #9176AA

Color information

#9176AA (or 0x9176AA) is unknown color: approx Ce Soir. HEX triplet: 91, 76 and AA. RGB value is (145,118,170). Sum of RGB (Red+Green+Blue) = 145+118+170=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9176AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9176AA is #6E8955. Grayscale: #838383. Windows color (decimal): -7244118 or 11171473. OLE color: 11171473.

HSL color Cylindrical-coordinate representation of color #9176AA: hue angle of 271.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9176AA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145118170-
CMYK0.150.3100.33
HSL271.15º23.42%56.47%-
HSV(B)271.15º30.59%66.67%-
XYZ25.4121.8840.91-
YUV132149.45137.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=33.49%
G=27.25%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451181700.150.3100.33271.1523.4256.47
Hex9176AAF1F02110f1738
Octal22116625217370414172770
Binary10010001111011010101010111111111010000110000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176AA; }

 p { color: rgb(145,118,170); }

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

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

 a { background-color: rgb(145,118,170); }

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

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

 span { border-color: rgb(145,118,170); }

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