#9575AC

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

Shades of Ce Soir #9575AC

Tints of Ce Soir #9575AC

Color information

#9575AC (or 0x9575AC) is unknown color: approx Ce Soir. HEX triplet: 95, 75 and AC. RGB value is (149,117,172). Sum of RGB (Red+Green+Blue) = 149+117+172=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9575AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9575AC is #6A8A53. Grayscale: #848484. Windows color (decimal): -6982228 or 11302293. OLE color: 11302293.

HSL color Cylindrical-coordinate representation of color #9575AC: hue angle of 274.91º 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 #9575AC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149117172-
CMYK0.130.3200.33
HSL274.91º24.89%56.67%-
HSV(B)274.91º31.98%67.45%-
XYZ26.222.0941.91-
YUV132.84150.1139.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=34.02%
G=26.71%
B=39.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491171720.130.3200.33274.9124.8956.67
Hex9575ACD200211131939
Octal22516525415400414233171
Binary100101011110101101011001101100000010000110001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9575AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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