#9577AC

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

Shades of Ce Soir #9577AC

Tints of Ce Soir #9577AC

Color information

#9577AC (or 0x9577AC) is unknown color: approx Ce Soir. HEX triplet: 95, 77 and AC. RGB value is (149,119,172). Sum of RGB (Red+Green+Blue) = 149+119+172=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #9577AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9577AC is #6A8853. Grayscale: #858585. Windows color (decimal): -6981716 or 11302805. OLE color: 11302805.

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

Color convert

RGB149119172-
CMYK0.130.3100.33
HSL273.96º24.2%57.06%-
HSV(B)273.96º30.81%67.45%-
XYZ26.4422.5641.99-
YUV134.01149.44138.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=33.86%
G=27.05%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491191720.130.3100.33273.9624.257.06
Hex9577ACD1F0211121839
Octal22516725415370414223071
Binary10010101111011110101100110111111010000110001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,119,172); }

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

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

 a { background-color: rgb(149,119,172); }

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

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

 span { border-color: rgb(149,119,172); }

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