#9D68AC

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

Shades of Ce Soir #9D68AC

Tints of Ce Soir #9D68AC

Color information

#9D68AC (or 0x9D68AC) is unknown color: approx Ce Soir. HEX triplet: 9D, 68 and AC. RGB value is (157,104,172). Sum of RGB (Red+Green+Blue) = 157+104+172=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D68AC is #629753. Grayscale: #7F7F7F. Windows color (decimal): -6461268 or 11298973. OLE color: 11298973.

HSL color Cylindrical-coordinate representation of color #9D68AC: hue angle of 286.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D68AC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157104172-
CMYK0.090.4000.33
HSL286.76º29.06%54.12%-
HSV(B)286.76º39.53%67.45%-
XYZ26.320.0541.51-
YUV127.6153.06148.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=36.26%
G=24.02%
B=39.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571041720.090.4000.33286.7629.0654.12
Hex9D68AC92802111f1d36
Octal23515025411500414373566
Binary100111011101000101011001001101000010000110001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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