#9376AA

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

Shades of Ce Soir #9376AA

Tints of Ce Soir #9376AA

Color information

#9376AA (or 0x9376AA) is unknown color: approx Ce Soir. HEX triplet: 93, 76 and AA. RGB value is (147,118,170). Sum of RGB (Red+Green+Blue) = 147+118+170=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9376AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376AA is #6C8955. Grayscale: #848484. Windows color (decimal): -7113046 or 11171475. OLE color: 11171475.

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

Color convert

RGB147118170-
CMYK0.140.3100.33
HSL273.46º23.42%56.47%-
HSV(B)273.46º30.59%66.67%-
XYZ25.7722.0640.93-
YUV132.6149.11138.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=33.79%
G=27.13%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471181700.140.3100.33273.4623.4256.47
Hex9376AAE1F0211111738
Octal22316625216370414212770
Binary10010011111011010101010111011111010000110001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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