#9362AC

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

Shades of Ce Soir #9362AC

Tints of Ce Soir #9362AC

Color information

#9362AC (or 0x9362AC) is unknown color: approx Ce Soir. HEX triplet: 93, 62 and AC. RGB value is (147,98,172). Sum of RGB (Red+Green+Blue) = 147+98+172=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9362AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9362AC is #6C9D53. Grayscale: #787878. Windows color (decimal): -7118164 or 11297427. OLE color: 11297427.

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

Color convert

RGB14798172-
CMYK0.150.4300.33
HSL279.73º30.83%52.94%-
HSV(B)279.73º43.02%67.45%-
XYZ23.8517.9241.23-
YUV121.09156.73146.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=35.25%
G=23.50%
B=41.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147981720.150.4300.33279.7330.8352.94
Hex9362ACF2B0211181f35
Octal22314225417530414303765
Binary100100111100010101011001111101011010000110001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9362AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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