#9171AE

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

Shades of Ce Soir #9171AE

Tints of Ce Soir #9171AE

Color information

#9171AE (or 0x9171AE) is unknown color: approx Ce Soir. HEX triplet: 91, 71 and AE. RGB value is (145,113,174). Sum of RGB (Red+Green+Blue) = 145+113+174=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #9171AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9171AE is #6E8E51. Grayscale: #818181. Windows color (decimal): -7245394 or 11432337. OLE color: 11432337.

HSL color Cylindrical-coordinate representation of color #9171AE: hue angle of 271.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9171AE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145113174-
CMYK0.170.3500.32
HSL271.48º27.35%56.27%-
HSV(B)271.48º35.06%68.24%-
XYZ25.2220.8942.75-
YUV129.52153.1139.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=33.56%
G=26.16%
B=40.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451131740.170.3500.32271.4827.3556.27
Hex9171AE112302010f1b38
Octal22116125621430404173370
Binary1001000111100011010111010001100011010000010000111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9171AE; }

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

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

<style>
 a { background-color: #9171AE; }

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

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

<style>
 span { border-color: #9171AE; }

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

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