#9169AA

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

Shades of Ce Soir #9169AA

Tints of Ce Soir #9169AA

Color information

#9169AA (or 0x9169AA) is unknown color: approx Ce Soir. HEX triplet: 91, 69 and AA. RGB value is (145,105,170). Sum of RGB (Red+Green+Blue) = 145+105+170=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9169AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9169AA is #6E9655. Grayscale: #7C7C7C. Windows color (decimal): -7247446 or 11168145. OLE color: 11168145.

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

Color convert

RGB145105170-
CMYK0.150.3800.33
HSL276.92º27.66%53.92%-
HSV(B)276.92º38.24%66.67%-
XYZ23.9819.0340.44-
YUV124.37153.75142.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=34.52%
G=25%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451051700.150.3800.33276.9227.6653.92
Hex9169AAF260211151c36
Octal22115125217460414253466
Binary100100011101001101010101111100110010000110001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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