#9E7CAF

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

Shades of Ce Soir #9E7CAF

Tints of Ce Soir #9E7CAF

Color information

#9E7CAF (or 0x9E7CAF) is unknown color: approx Ce Soir. HEX triplet: 9E, 7C and AF. RGB value is (158,124,175). Sum of RGB (Red+Green+Blue) = 158+124+175=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7CAF is #618350. Grayscale: #8B8B8B. Windows color (decimal): -6390609 or 11500702. OLE color: 11500702.

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

Color convert

RGB158124175-
CMYK0.100.2900.31
HSL280º24.17%58.63%-
HSV(B)280º29.14%68.63%-
XYZ29.0524.7843.81-
YUV139.98147.76140.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=34.57%
G=27.13%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581241750.100.2900.3128024.1758.63
Hex9E7CAFA1D01F118183b
Octal23617425712350374303073
Binary1001111011111001010111110101110101111110001100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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