#9D7CAA

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

Shades of Ce Soir #9D7CAA

Tints of Ce Soir #9D7CAA

Color information

#9D7CAA (or 0x9D7CAA) is unknown color: approx Ce Soir. HEX triplet: 9D, 7C and AA. RGB value is (157,124,170). Sum of RGB (Red+Green+Blue) = 157+124+170=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7CAA is #628355. Grayscale: #8A8A8A. Windows color (decimal): -6456150 or 11173021. OLE color: 11173021.

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

Color convert

RGB157124170-
CMYK0.080.2700.33
HSL283.04º21.3%57.65%-
HSV(B)283.04º27.06%66.67%-
XYZ28.3724.4941.26-
YUV139.11145.43140.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=34.81%
G=27.49%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571241700.080.2700.33283.0421.357.65
Hex9D7CAA81B02111b153a
Octal23517425210330414332572
Binary10011101111110010101010100011011010000110001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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