#9973AE

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

Shades of Ce Soir #9973AE

Tints of Ce Soir #9973AE

Color information

#9973AE (or 0x9973AE) is unknown color: approx Ce Soir. HEX triplet: 99, 73 and AE. RGB value is (153,115,174). Sum of RGB (Red+Green+Blue) = 153+115+174=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #9973AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9973AE is #668C51. Grayscale: #848484. Windows color (decimal): -6720594 or 11432857. OLE color: 11432857.

HSL color Cylindrical-coordinate representation of color #9973AE: hue angle of 278.64º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9973AE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153115174-
CMYK0.120.3400.32
HSL278.64º26.7%56.67%-
HSV(B)278.64º33.91%68.24%-
XYZ26.9122.0942.89-
YUV133.09151.09142.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=34.62%
G=26.02%
B=39.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531151740.120.3400.32278.6426.756.67
Hex9973AEC220201171b39
Octal23116325614420404273371
Binary100110011110011101011101100100010010000010001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9973AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9973AE; }

 p { color: rgb(153,115,174); }

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

<style>
 a { background-color: #9973AE; }

 a { background-color: rgb(153,115,174); }

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

<style>
 span { border-color: #9973AE; }

 span { border-color: rgb(153,115,174); }

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