#9176AB

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

Shades of Ce Soir #9176AB

Tints of Ce Soir #9176AB

Color information

#9176AB (or 0x9176AB) is unknown color: approx Ce Soir. HEX triplet: 91, 76 and AB. RGB value is (145,118,171). Sum of RGB (Red+Green+Blue) = 145+118+171=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9176AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9176AB is #6E8954. Grayscale: #838383. Windows color (decimal): -7244117 or 11237009. OLE color: 11237009.

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

Color convert

RGB145118171-
CMYK0.150.3100.33
HSL270.57º23.98%56.67%-
HSV(B)270.57º30.99%67.06%-
XYZ25.5121.9241.41-
YUV132.11149.95137.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=33.41%
G=27.19%
B=39.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451181710.150.3100.33270.5723.9856.67
Hex9176ABF1F02110f1839
Octal22116625317370414173071
Binary10010001111011010101011111111111010000110000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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