#9366AA

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

Shades of Ce Soir #9366AA

Tints of Ce Soir #9366AA

Color information

#9366AA (or 0x9366AA) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and AA. RGB value is (147,102,170). Sum of RGB (Red+Green+Blue) = 147+102+170=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9366AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9366AA is #6C9955. Grayscale: #7A7A7A. Windows color (decimal): -7117142 or 11167379. OLE color: 11167379.

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

Color convert

RGB147102170-
CMYK0.140.400.33
HSL279.71º28.57%53.33%-
HSV(B)279.71º40%66.67%-
XYZ24.0418.6140.35-
YUV123.21154.41144.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=35.08%
G=24.34%
B=40.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471021700.140.400.33279.7128.5753.33
Hex9366AAE280211181d35
Octal22314625216500414303565
Binary100100111100110101010101110101000010000110001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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