#9E72B3

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

Shades of Ce Soir #9E72B3

Tints of Ce Soir #9E72B3

Color information

#9E72B3 (or 0x9E72B3) is unknown color: approx Ce Soir. HEX triplet: 9E, 72 and B3. RGB value is (158,114,179). Sum of RGB (Red+Green+Blue) = 158+114+179=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72B3 is #618D4C. Grayscale: #868686. Windows color (decimal): -6393165 or 11760286. OLE color: 11760286.

HSL color Cylindrical-coordinate representation of color #9E72B3: hue angle of 280.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E72B3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158114179-
CMYK0.120.3600.30
HSL280.62º29.95%57.45%-
HSV(B)280.62º36.31%70.2%-
XYZ28.2522.5645.51-
YUV134.57153.08144.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=35.03%
G=25.28%
B=39.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581141790.120.3600.30280.6229.9557.45
Hex9E72B3C2401E1191e39
Octal23616226314440364313671
Binary10011110111001010110011110010010001111010001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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