#9E6DAF

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

Shades of Ce Soir #9E6DAF

Tints of Ce Soir #9E6DAF

Color information

#9E6DAF (or 0x9E6DAF) is unknown color: approx Ce Soir. HEX triplet: 9E, 6D and AF. RGB value is (158,109,175). Sum of RGB (Red+Green+Blue) = 158+109+175=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6DAF is #619250. Grayscale: #828282. Windows color (decimal): -6394449 or 11496862. OLE color: 11496862.

HSL color Cylindrical-coordinate representation of color #9E6DAF: hue angle of 284.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6DAF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158109175-
CMYK0.100.3800.31
HSL284.55º29.2%55.69%-
HSV(B)284.55º37.71%68.63%-
XYZ27.3121.343.23-
YUV131.17152.73147.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=35.75%
G=24.66%
B=39.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581091750.100.3800.31284.5529.255.69
Hex9E6DAFA2601F11d1d38
Octal23615525712460374353570
Binary10011110110110110101111101010011001111110001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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