#9379AA

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

Shades of Ce Soir #9379AA

Tints of Ce Soir #9379AA

Color information

#9379AA (or 0x9379AA) is unknown color: approx Ce Soir. HEX triplet: 93, 79 and AA. RGB value is (147,121,170). Sum of RGB (Red+Green+Blue) = 147+121+170=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #9379AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9379AA is #6C8655. Grayscale: #868686. Windows color (decimal): -7112278 or 11172243. OLE color: 11172243.

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

Color convert

RGB147121170-
CMYK0.140.2900.33
HSL271.84º22.37%57.06%-
HSV(B)271.84º28.82%66.67%-
XYZ26.1322.7841.05-
YUV134.36148.11137.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=33.56%
G=27.63%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471211700.140.2900.33271.8422.3757.06
Hex9379AAE1D0211101639
Octal22317125216350414202671
Binary10010011111100110101010111011101010000110001000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9379AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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