#9366B5

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

Shades of Ce Soir #9366B5

Tints of Ce Soir #9366B5

Color information

#9366B5 (or 0x9366B5) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and B5. RGB value is (147,102,181). Sum of RGB (Red+Green+Blue) = 147+102+181=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #9366B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366B5 is #6C994A. Grayscale: #7C7C7C. Windows color (decimal): -7117131 or 11888275. OLE color: 11888275.

HSL color Cylindrical-coordinate representation of color #9366B5: hue angle of 274.18º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9366B5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147102181-
CMYK0.190.4400.29
HSL274.18º34.8%55.49%-
HSV(B)274.18º43.65%70.98%-
XYZ25.1219.0446.07-
YUV124.46159.91144.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=34.19%
G=23.72%
B=42.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471021810.190.4400.29274.1834.855.49
Hex9366B5132C01D1122337
Octal22314626523540354224367
Binary1001001111001101011010110011101100011101100010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9366B5; }

 p { color: rgb(147,102,181); }

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

<style>
 a { background-color: #9366B5; }

 a { background-color: rgb(147,102,181); }

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

<style>
 span { border-color: #9366B5; }

 span { border-color: rgb(147,102,181); }

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