#9E6EB3

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

Shades of Ce Soir #9E6EB3

Tints of Ce Soir #9E6EB3

Color information

#9E6EB3 (or 0x9E6EB3) is unknown color: approx Ce Soir. HEX triplet: 9E, 6E and B3. RGB value is (158,110,179). Sum of RGB (Red+Green+Blue) = 158+110+179=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E6EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EB3 is #61914C. Grayscale: #838383. Windows color (decimal): -6394189 or 11759262. OLE color: 11759262.

HSL color Cylindrical-coordinate representation of color #9E6EB3: hue angle of 281.74º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6EB3 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158110179-
CMYK0.120.3900.30
HSL281.74º31.22%56.67%-
HSV(B)281.74º38.55%70.2%-
XYZ27.8121.6845.37-
YUV132.22154.4146.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=35.35%
G=24.61%
B=40.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581101790.120.3900.30281.7431.2256.67
Hex9E6EB3C2701E11a1f39
Octal23615626314470364323771
Binary10011110110111010110011110010011101111010001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,179); }

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

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

 a { background-color: rgb(158,110,179); }

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

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

 span { border-color: rgb(158,110,179); }

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