#9D76AC

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

Shades of Ce Soir #9D76AC

Tints of Ce Soir #9D76AC

Color information

#9D76AC (or 0x9D76AC) is unknown color: approx Ce Soir. HEX triplet: 9D, 76 and AC. RGB value is (157,118,172). Sum of RGB (Red+Green+Blue) = 157+118+172=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D76AC is #628953. Grayscale: #878787. Windows color (decimal): -6457684 or 11302557. OLE color: 11302557.

HSL color Cylindrical-coordinate representation of color #9D76AC: hue angle of 283.33º degrees, saturation: 0.25, 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 #9D76AC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157118172-
CMYK0.090.3100.33
HSL283.33º24.55%56.86%-
HSV(B)283.33º31.4%67.45%-
XYZ27.8323.142.02-
YUV135.82148.42143.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=35.12%
G=26.40%
B=38.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571181720.090.3100.33283.3324.5556.86
Hex9D76AC91F02111b1939
Octal23516625411370414333171
Binary10011101111011010101100100111111010000110001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D76AC; }

 p { color: rgb(157,118,172); }

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

<style>
 a { background-color: #9D76AC; }

 a { background-color: rgb(157,118,172); }

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

<style>
 span { border-color: #9D76AC; }

 span { border-color: rgb(157,118,172); }

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