#9366B2

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

Shades of Ce Soir #9366B2

Tints of Ce Soir #9366B2

Color information

#9366B2 (or 0x9366B2) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and B2. RGB value is (147,102,178). Sum of RGB (Red+Green+Blue) = 147+102+178=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #9366B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9366B2 is #6C994D. Grayscale: #7B7B7B. Windows color (decimal): -7117134 or 11691667. OLE color: 11691667.

HSL color Cylindrical-coordinate representation of color #9366B2: hue angle of 275.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9366B2 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147102178-
CMYK0.170.4300.30
HSL275.53º33.04%54.9%-
HSV(B)275.53º42.7%69.8%-
XYZ24.8218.9244.46-
YUV124.12158.41144.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=34.43%
G=23.89%
B=41.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471021780.170.4300.30275.5333.0454.9
Hex9366B2112B01E1142137
Octal22314626221530364244167
Binary1001001111001101011001010001101011011110100010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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