#9161AB

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

Shades of Ce Soir #9161AB

Tints of Ce Soir #9161AB

Color information

#9161AB (or 0x9161AB) is unknown color: approx Ce Soir. HEX triplet: 91, 61 and AB. RGB value is (145,97,171). Sum of RGB (Red+Green+Blue) = 145+97+171=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9161AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9161AB is #6E9E54. Grayscale: #777777. Windows color (decimal): -7249493 or 11231633. OLE color: 11231633.

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

Color convert

RGB14597171-
CMYK0.150.4300.33
HSL278.92º30.58%52.55%-
HSV(B)278.92º43.27%67.06%-
XYZ23.317.5140.68-
YUV119.79156.9145.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=35.11%
G=23.49%
B=41.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145971710.150.4300.33278.9230.5852.55
Hex9161ABF2B0211171f35
Octal22114125317530414273765
Binary100100011100001101010111111101011010000110001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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