#9D7CAC

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

Shades of Ce Soir #9D7CAC

Tints of Ce Soir #9D7CAC

Color information

#9D7CAC (or 0x9D7CAC) is unknown color: approx Ce Soir. HEX triplet: 9D, 7C and AC. RGB value is (157,124,172). Sum of RGB (Red+Green+Blue) = 157+124+172=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7CAC is #628353. Grayscale: #8B8B8B. Windows color (decimal): -6456148 or 11304093. OLE color: 11304093.

HSL color Cylindrical-coordinate representation of color #9D7CAC: hue angle of 281.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7CAC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157124172-
CMYK0.090.2800.33
HSL281.25º22.43%58.04%-
HSV(B)281.25º27.91%67.45%-
XYZ28.5624.5642.27-
YUV139.34146.43140.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=34.66%
G=27.37%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571241720.090.2800.33281.2522.4358.04
Hex9D7CAC91C021119163a
Octal23517425411340414312672
Binary10011101111110010101100100111100010000110001100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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