#9170AB

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

Shades of Ce Soir #9170AB

Tints of Ce Soir #9170AB

Color information

#9170AB (or 0x9170AB) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and AB. RGB value is (145,112,171). Sum of RGB (Red+Green+Blue) = 145+112+171=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9170AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AB is #6E8F54. Grayscale: #808080. Windows color (decimal): -7245653 or 11235473. OLE color: 11235473.

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

Color convert

RGB145112171-
CMYK0.150.3500.33
HSL273.56º25.99%55.49%-
HSV(B)273.56º34.5%67.06%-
XYZ24.8220.5541.19-
YUV128.59151.93139.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=33.88%
G=26.17%
B=39.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451121710.150.3500.33273.5625.9955.49
Hex9170ABF230211121a37
Octal22116025317430414223267
Binary100100011110000101010111111100011010000110001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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