#9363AB

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

Shades of Ce Soir #9363AB

Tints of Ce Soir #9363AB

Color information

#9363AB (or 0x9363AB) is unknown color: approx Ce Soir. HEX triplet: 93, 63 and AB. RGB value is (147,99,171). Sum of RGB (Red+Green+Blue) = 147+99+171=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9363AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9363AB is #6C9C54. Grayscale: #797979. Windows color (decimal): -7117909 or 11232147. OLE color: 11232147.

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

Color convert

RGB14799171-
CMYK0.140.4200.33
HSL280º30%52.94%-
HSV(B)280º42.11%67.06%-
XYZ23.8518.0740.76-
YUV121.56155.9146.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=35.25%
G=23.74%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147991710.140.4200.332803052.94
Hex9363ABE2A0211181e35
Octal22314325316520414303665
Binary100100111100011101010111110101010010000110001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9363AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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