#9169AC

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

Shades of Ce Soir #9169AC

Tints of Ce Soir #9169AC

Color information

#9169AC (or 0x9169AC) is unknown color: approx Ce Soir. HEX triplet: 91, 69 and AC. RGB value is (145,105,172). Sum of RGB (Red+Green+Blue) = 145+105+172=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9169AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9169AC is #6E9653. Grayscale: #7C7C7C. Windows color (decimal): -7247444 or 11299217. OLE color: 11299217.

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

Color convert

RGB145105172-
CMYK0.160.3900.33
HSL275.82º28.76%54.31%-
HSV(B)275.82º38.95%67.45%-
XYZ24.1819.141.44-
YUV124.6154.75142.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=34.36%
G=24.88%
B=40.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451051720.160.3900.33275.8228.7654.31
Hex9169AC10270211141d36
Octal22115125420470414243566
Binary1001000111010011010110010000100111010000110001010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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