#9E72AB

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

Shades of Ce Soir #9E72AB

Tints of Ce Soir #9E72AB

Color information

#9E72AB (or 0x9E72AB) is unknown color: approx Ce Soir. HEX triplet: 9E, 72 and AB. RGB value is (158,114,171). Sum of RGB (Red+Green+Blue) = 158+114+171=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E72AB is #618D54. Grayscale: #858585. Windows color (decimal): -6393173 or 11235998. OLE color: 11235998.

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

Color convert

RGB158114171-
CMYK0.080.3300.33
HSL286.32º25.33%55.88%-
HSV(B)286.32º33.33%67.06%-
XYZ27.4722.2441.37-
YUV133.65149.08145.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=35.67%
G=25.73%
B=38.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581141710.080.3300.33286.3225.3355.88
Hex9E72AB82102111e1938
Octal23616225310410414363170
Binary100111101110010101010111000100001010000110001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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