#9177AA

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

Shades of Ce Soir #9177AA

Tints of Ce Soir #9177AA

Color information

#9177AA (or 0x9177AA) is unknown color: approx Ce Soir. HEX triplet: 91, 77 and AA. RGB value is (145,119,170). Sum of RGB (Red+Green+Blue) = 145+119+170=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9177AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9177AA is #6E8855. Grayscale: #848484. Windows color (decimal): -7243862 or 11171729. OLE color: 11171729.

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

Color convert

RGB145119170-
CMYK0.150.300.33
HSL270.59º23.08%56.67%-
HSV(B)270.59º30%66.67%-
XYZ25.5322.1240.95-
YUV132.59149.11136.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=33.41%
G=27.42%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451191700.150.300.33270.5923.0856.67
Hex9177AAF1E02110f1739
Octal22116725217360414172771
Binary10010001111011110101010111111110010000110000111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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