#9366AB

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

Shades of Ce Soir #9366AB

Tints of Ce Soir #9366AB

Color information

#9366AB (or 0x9366AB) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and AB. RGB value is (147,102,171). Sum of RGB (Red+Green+Blue) = 147+102+171=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9366AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9366AB is #6C9954. Grayscale: #7B7B7B. Windows color (decimal): -7117141 or 11232915. OLE color: 11232915.

HSL color Cylindrical-coordinate representation of color #9366AB: hue angle of 279.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9366AB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147102171-
CMYK0.140.4000.33
HSL279.13º29.11%53.53%-
HSV(B)279.13º40.35%67.06%-
XYZ24.1318.6540.86-
YUV123.32154.91144.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=35%
G=24.29%
B=40.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471021710.140.4000.33279.1329.1153.53
Hex9366ABE280211171d36
Octal22314625316500414273566
Binary100100111100110101010111110101000010000110001011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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