#9975AC

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

Shades of Ce Soir #9975AC

Tints of Ce Soir #9975AC

Color information

#9975AC (or 0x9975AC) is unknown color: approx Ce Soir. HEX triplet: 99, 75 and AC. RGB value is (153,117,172). Sum of RGB (Red+Green+Blue) = 153+117+172=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9975AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9975AC is #668A53. Grayscale: #858585. Windows color (decimal): -6720084 or 11302297. OLE color: 11302297.

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

Color convert

RGB153117172-
CMYK0.110.3200.33
HSL279.27º24.89%56.67%-
HSV(B)279.27º31.98%67.45%-
XYZ26.9422.4741.95-
YUV134.03149.43141.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=34.62%
G=26.47%
B=38.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531171720.110.3200.33279.2724.8956.67
Hex9975ACB200211171939
Octal23116525413400414273171
Binary100110011110101101011001011100000010000110001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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