#9366AF

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

Shades of Ce Soir #9366AF

Tints of Ce Soir #9366AF

Color information

#9366AF (or 0x9366AF) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and AF. RGB value is (147,102,175). Sum of RGB (Red+Green+Blue) = 147+102+175=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9366AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9366AF is #6C9950. Grayscale: #7B7B7B. Windows color (decimal): -7117137 or 11495059. OLE color: 11495059.

HSL color Cylindrical-coordinate representation of color #9366AF: hue angle of 276.99º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9366AF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147102175-
CMYK0.160.4200.31
HSL276.99º31.33%54.31%-
HSV(B)276.99º41.71%68.63%-
XYZ24.5218.842.89-
YUV123.78156.91144.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=34.67%
G=24.06%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471021750.160.4200.31276.9931.3354.31
Hex9366AF102A01F1151f36
Octal22314625720520374253766
Binary100100111100110101011111000010101001111110001010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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