#9166aa

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

Shades of Ce Soir #9166AA

Tints of Ce Soir #9166AA

Color information

#9166AA (or 0x9166AA) is unknown color: approx Ce Soir. HEX triplet: 91, 66 and AA. RGB value is (145,102,170). Sum of RGB (Red+Green+Blue) = 145+102+170=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9166AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9166AA is #6E9955. Grayscale: #7A7A7A. Windows color (decimal): -7248214 or 11167377. OLE color: 11167377.

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

Color convert

RGB145102170-
CMYK0.150.400.33
HSL277.94º28.57%53.33%-
HSV(B)277.94º40%66.67%-
XYZ23.6818.4240.34-
YUV122.61154.75143.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=34.77%
G=24.46%
B=40.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451021700.150.400.33277.9428.5753.33
Hex9166AAF280211161d35
Octal22114625217500414263565
Binary100100011100110101010101111101000010000110001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9166aa; }

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

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

<style>
 a { background-color: #9166aa; }

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

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

<style>
 span { border-color: #9166aa; }

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

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