#9E6EAC

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

Shades of Ce Soir #9E6EAC

Tints of Ce Soir #9E6EAC

Color information

#9E6EAC (or 0x9E6EAC) is unknown color: approx Ce Soir. HEX triplet: 9E, 6E and AC. RGB value is (158,110,172). Sum of RGB (Red+Green+Blue) = 158+110+172=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6EAC is #619153. Grayscale: #838383. Windows color (decimal): -6394196 or 11300510. OLE color: 11300510.

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

Color convert

RGB158110172-
CMYK0.080.3600.33
HSL286.45º27.19%55.29%-
HSV(B)286.45º36.05%67.45%-
XYZ27.1221.441.73-
YUV131.42150.9146.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=35.91%
G=25%
B=39.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581101720.080.3600.33286.4527.1955.29
Hex9E6EAC82402111e1b37
Octal23615625410440414363367
Binary100111101101110101011001000100100010000110001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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