#9362AE

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

Shades of Ce Soir #9362AE

Tints of Ce Soir #9362AE

Color information

#9362AE (or 0x9362AE) is unknown color: approx Ce Soir. HEX triplet: 93, 62 and AE. RGB value is (147,98,174). Sum of RGB (Red+Green+Blue) = 147+98+174=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #9362AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9362AE is #6C9D51. Grayscale: #797979. Windows color (decimal): -7118162 or 11428499. OLE color: 11428499.

HSL color Cylindrical-coordinate representation of color #9362AE: hue angle of 278.68º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9362AE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14798174-
CMYK0.160.4400.32
HSL278.68º31.93%53.33%-
HSV(B)278.68º43.68%68.24%-
XYZ24.0417.9942.25-
YUV121.31157.73146.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=35.08%
G=23.39%
B=41.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147981740.160.4400.32278.6831.9353.33
Hex9362AE102C0201172035
Octal22314225620540404274065
Binary10010011110001010101110100001011000100000100010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9362AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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