#9175AC

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

Shades of Ce Soir #9175AC

Tints of Ce Soir #9175AC

Color information

#9175AC (or 0x9175AC) is unknown color: approx Ce Soir. HEX triplet: 91, 75 and AC. RGB value is (145,117,172). Sum of RGB (Red+Green+Blue) = 145+117+172=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #9175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AC is #6E8A53. Grayscale: #838383. Windows color (decimal): -7244372 or 11302289. OLE color: 11302289.

HSL color Cylindrical-coordinate representation of color #9175AC: hue angle of 270.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9175AC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145117172-
CMYK0.160.3200.33
HSL270.55º24.89%56.67%-
HSV(B)270.55º31.98%67.45%-
XYZ25.4821.7241.88-
YUV131.64150.78137.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=33.41%
G=26.96%
B=39.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451171720.160.3200.33270.5524.8956.67
Hex9175AC102002110f1939
Octal22116525420400414173171
Binary1001000111101011010110010000100000010000110000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9175AC; }

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

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

<style>
 a { background-color: #9175AC; }

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

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

<style>
 span { border-color: #9175AC; }

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

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