#9E7CAD

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

Shades of Ce Soir #9E7CAD

Tints of Ce Soir #9E7CAD

Color information

#9E7CAD (or 0x9E7CAD) is unknown color: approx Ce Soir. HEX triplet: 9E, 7C and AD. RGB value is (158,124,173). Sum of RGB (Red+Green+Blue) = 158+124+173=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7CAD is #618352. Grayscale: #8B8B8B. Windows color (decimal): -6390611 or 11369630. OLE color: 11369630.

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

Color convert

RGB158124173-
CMYK0.090.2800.32
HSL281.63º23%58.24%-
HSV(B)281.63º28.32%67.84%-
XYZ28.8524.742.78-
YUV139.75146.76141.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=34.73%
G=27.25%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581241730.090.2800.32281.632358.24
Hex9E7CAD91C02011a173a
Octal23617425511340404322772
Binary10011110111110010101101100111100010000010001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,173); }

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

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

 a { background-color: rgb(158,124,173); }

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

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

 span { border-color: rgb(158,124,173); }

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