#9170AA

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

Shades of Ce Soir #9170AA

Tints of Ce Soir #9170AA

Color information

#9170AA (or 0x9170AA) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and AA. RGB value is (145,112,170). Sum of RGB (Red+Green+Blue) = 145+112+170=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #9170AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AA is #6E8F55. Grayscale: #808080. Windows color (decimal): -7245654 or 11169937. OLE color: 11169937.

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

Color convert

RGB145112170-
CMYK0.150.3400.33
HSL274.14º25.44%55.29%-
HSV(B)274.14º34.12%66.67%-
XYZ24.7320.5140.69-
YUV128.48151.43139.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=33.96%
G=26.23%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451121700.150.3400.33274.1425.4455.29
Hex9170AAF220211121937
Octal22116025217420414223167
Binary100100011110000101010101111100010010000110001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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