#9163AB

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

Shades of Ce Soir #9163AB

Tints of Ce Soir #9163AB

Color information

#9163AB (or 0x9163AB) is unknown color: approx Ce Soir. HEX triplet: 91, 63 and AB. RGB value is (145,99,171). Sum of RGB (Red+Green+Blue) = 145+99+171=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9163AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9163AB is #6E9C54. Grayscale: #787878. Windows color (decimal): -7248981 or 11232145. OLE color: 11232145.

HSL color Cylindrical-coordinate representation of color #9163AB: hue angle of 278.33º 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 #9163AB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14599171-
CMYK0.150.4200.33
HSL278.33º30%52.94%-
HSV(B)278.33º42.11%67.06%-
XYZ23.4917.8840.74-
YUV120.96156.24145.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=34.94%
G=23.86%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145991710.150.4200.33278.333052.94
Hex9163ABF2A0211161e35
Octal22114325317520414263665
Binary100100011100011101010111111101010010000110001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9163AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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