#9360AB

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

Shades of Ce Soir #9360AB

Tints of Ce Soir #9360AB

Color information

#9360AB (or 0x9360AB) is unknown color: approx Ce Soir. HEX triplet: 93, 60 and AB. RGB value is (147,96,171). Sum of RGB (Red+Green+Blue) = 147+96+171=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #9360AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360AB is #6C9F54. Grayscale: #777777. Windows color (decimal): -7118677 or 11231379. OLE color: 11231379.

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

Color convert

RGB14796171-
CMYK0.140.4400.33
HSL280.8º30.86%52.35%-
HSV(B)280.8º43.86%67.06%-
XYZ23.5717.5140.67-
YUV119.8156.9147.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=35.51%
G=23.19%
B=41.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147961710.140.4400.33280.830.8652.35
Hex9360ABE2C0211191f34
Octal22314025316540414313764
Binary100100111100000101010111110101100010000110001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9360AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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