#9378AA

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

Shades of Ce Soir #9378AA

Tints of Ce Soir #9378AA

Color information

#9378AA (or 0x9378AA) is unknown color: approx Ce Soir. HEX triplet: 93, 78 and AA. RGB value is (147,120,170). Sum of RGB (Red+Green+Blue) = 147+120+170=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #9378AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9378AA is #6C8755. Grayscale: #858585. Windows color (decimal): -7112534 or 11171987. OLE color: 11171987.

HSL color Cylindrical-coordinate representation of color #9378AA: hue angle of 272.4º degrees, saturation: 0.23, 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 #9378AA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147120170-
CMYK0.140.2900.33
HSL272.4º22.73%56.86%-
HSV(B)272.4º29.41%66.67%-
XYZ2622.5441.01-
YUV133.77148.45137.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=33.64%
G=27.46%
B=38.90%

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
Decimal1471201700.140.2900.33272.422.7356.86
Hex9378AAE1D0211101739
Octal22317025216350414202771
Binary10010011111100010101010111011101010000110001000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9378AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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