#9377AC

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

Shades of Ce Soir #9377AC

Tints of Ce Soir #9377AC

Color information

#9377AC (or 0x9377AC) is unknown color: approx Ce Soir. HEX triplet: 93, 77 and AC. RGB value is (147,119,172). Sum of RGB (Red+Green+Blue) = 147+119+172=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9377AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AC is #6C8853. Grayscale: #858585. Windows color (decimal): -7112788 or 11302803. OLE color: 11302803.

HSL color Cylindrical-coordinate representation of color #9377AC: hue angle of 271.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9377AC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147119172-
CMYK0.150.3100.33
HSL271.7º24.2%57.06%-
HSV(B)271.7º30.81%67.45%-
XYZ26.0822.3841.97-
YUV133.41149.78137.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=33.56%
G=27.17%
B=39.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471191720.150.3100.33271.724.257.06
Hex9377ACF1F0211101839
Octal22316725417370414203071
Binary10010011111011110101100111111111010000110001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377AC; }

 p { color: rgb(147,119,172); }

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

<style>
 a { background-color: #9377AC; }

 a { background-color: rgb(147,119,172); }

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

<style>
 span { border-color: #9377AC; }

 span { border-color: rgb(147,119,172); }

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