#9361AC

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

Shades of Ce Soir #9361AC

Tints of Ce Soir #9361AC

Color information

#9361AC (or 0x9361AC) is unknown color: approx Ce Soir. HEX triplet: 93, 61 and AC. RGB value is (147,97,172). Sum of RGB (Red+Green+Blue) = 147+97+172=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #9361AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9361AC is #6C9E53. Grayscale: #787878. Windows color (decimal): -7118420 or 11297171. OLE color: 11297171.

HSL color Cylindrical-coordinate representation of color #9361AC: hue angle of 280º 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 #9361AC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14797172-
CMYK0.150.4400.33
HSL280º31.12%52.75%-
HSV(B)280º43.6%67.45%-
XYZ23.7517.7341.2-
YUV120.5157.06146.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=35.34%
G=23.32%
B=41.35%

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
Decimal147971720.150.4400.3328031.1252.75
Hex9361ACF2C0211181f35
Octal22314125417540414303765
Binary100100111100001101011001111101100010000110001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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