#9170AC

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

Shades of Ce Soir #9170AC

Tints of Ce Soir #9170AC

Color information

#9170AC (or 0x9170AC) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and AC. RGB value is (145,112,172). Sum of RGB (Red+Green+Blue) = 145+112+172=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9170AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AC is #6E8F53. Grayscale: #808080. Windows color (decimal): -7245652 or 11301009. OLE color: 11301009.

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

Color convert

RGB145112172-
CMYK0.160.3500.33
HSL273º26.55%55.69%-
HSV(B)273º34.88%67.45%-
XYZ24.9220.5941.69-
YUV128.71152.43139.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=33.80%
G=26.11%
B=40.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451121720.160.3500.3327326.5555.69
Hex9170AC10230211111b38
Octal22116025420430414213370
Binary1001000111100001010110010000100011010000110001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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