#9169AF

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

Shades of Ce Soir #9169AF

Tints of Ce Soir #9169AF

Color information

#9169AF (or 0x9169AF) is unknown color: approx Ce Soir. HEX triplet: 91, 69 and AF. RGB value is (145,105,175). Sum of RGB (Red+Green+Blue) = 145+105+175=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9169AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9169AF is #6E9650. Grayscale: #7C7C7C. Windows color (decimal): -7247441 or 11495825. OLE color: 11495825.

HSL color Cylindrical-coordinate representation of color #9169AF: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9169AF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145105175-
CMYK0.170.4000.31
HSL274.29º30.43%54.9%-
HSV(B)274.29º40%68.63%-
XYZ24.4719.2242.98-
YUV124.94156.25142.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=34.12%
G=24.71%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451051750.170.4000.31274.2930.4354.9
Hex9169AF112801F1121e37
Octal22115125721500374223667
Binary100100011101001101011111000110100001111110001001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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