#9E7BAF

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

Shades of Ce Soir #9E7BAF

Tints of Ce Soir #9E7BAF

Color information

#9E7BAF (or 0x9E7BAF) is unknown color: approx Ce Soir. HEX triplet: 9E, 7B and AF. RGB value is (158,123,175). Sum of RGB (Red+Green+Blue) = 158+123+175=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAF is #618450. Grayscale: #8B8B8B. Windows color (decimal): -6390865 or 11500446. OLE color: 11500446.

HSL color Cylindrical-coordinate representation of color #9E7BAF: hue angle of 280.38º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E7BAF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158123175-
CMYK0.100.3000.31
HSL280.38º24.53%58.43%-
HSV(B)280.38º29.71%68.63%-
XYZ28.9224.5343.77-
YUV139.39148.1141.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=34.65%
G=26.97%
B=38.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581231750.100.3000.31280.3824.5358.43
Hex9E7BAFA1E01F118193a
Octal23617325712360374303172
Binary1001111011110111010111110101111001111110001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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