#9E6DAB

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

Shades of Ce Soir #9E6DAB

Tints of Ce Soir #9E6DAB

Color information

#9E6DAB (or 0x9E6DAB) is unknown color: approx Ce Soir. HEX triplet: 9E, 6D and AB. RGB value is (158,109,171). Sum of RGB (Red+Green+Blue) = 158+109+171=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6DAB is #619254. Grayscale: #828282. Windows color (decimal): -6394453 or 11234718. OLE color: 11234718.

HSL color Cylindrical-coordinate representation of color #9E6DAB: hue angle of 287.42º 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 #9E6DAB is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158109171-
CMYK0.080.3600.33
HSL287.42º26.96%54.9%-
HSV(B)287.42º36.26%67.06%-
XYZ26.9221.1541.19-
YUV130.72150.73147.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=36.07%
G=24.89%
B=39.04%

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
Decimal1581091710.080.3600.33287.4226.9654.9
Hex9E6DAB82402111f1b37
Octal23615525310440414373367
Binary100111101101101101010111000100100010000110001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,171); }

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

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

 a { background-color: rgb(158,109,171); }

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

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

 span { border-color: rgb(158,109,171); }

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