#9373AA

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

Shades of Ce Soir #9373AA

Tints of Ce Soir #9373AA

Color information

#9373AA (or 0x9373AA) is unknown color: approx Ce Soir. HEX triplet: 93, 73 and AA. RGB value is (147,115,170). Sum of RGB (Red+Green+Blue) = 147+115+170=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9373AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9373AA is #6C8C55. Grayscale: #828282. Windows color (decimal): -7113814 or 11170707. OLE color: 11170707.

HSL color Cylindrical-coordinate representation of color #9373AA: hue angle of 274.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9373AA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147115170-
CMYK0.140.3200.33
HSL274.91º24.44%55.88%-
HSV(B)274.91º32.35%66.67%-
XYZ25.4221.3740.81-
YUV130.84150.1139.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=34.03%
G=26.62%
B=39.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471151700.140.3200.33274.9124.4455.88
Hex9373AAE200211131838
Octal22316325216400414233070
Binary100100111110011101010101110100000010000110001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9373AA; }

 p { color: rgb(147,115,170); }

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

<style>
 a { background-color: #9373AA; }

 a { background-color: rgb(147,115,170); }

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

<style>
 span { border-color: #9373AA; }

 span { border-color: rgb(147,115,170); }

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