#9360AC

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

Shades of Ce Soir #9360AC

Tints of Ce Soir #9360AC

Color information

#9360AC (or 0x9360AC) is unknown color: approx Ce Soir. HEX triplet: 93, 60 and AC. RGB value is (147,96,172). Sum of RGB (Red+Green+Blue) = 147+96+172=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9360AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360AC is #6C9F53. Grayscale: #777777. Windows color (decimal): -7118676 or 11296915. OLE color: 11296915.

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

Color convert

RGB14796172-
CMYK0.150.4400.33
HSL280.26º31.4%52.55%-
HSV(B)280.26º44.19%67.45%-
XYZ23.6617.5541.17-
YUV119.91157.4147.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=35.42%
G=23.13%
B=41.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147961720.150.4400.33280.2631.452.55
Hex9360ACF2C0211181f35
Octal22314025417540414303765
Binary100100111100000101011001111101100010000110001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9360AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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