#9168AC

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

Shades of Ce Soir #9168AC

Tints of Ce Soir #9168AC

Color information

#9168AC (or 0x9168AC) is unknown color: approx Ce Soir. HEX triplet: 91, 68 and AC. RGB value is (145,104,172). Sum of RGB (Red+Green+Blue) = 145+104+172=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9168AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9168AC is #6E9753. Grayscale: #7B7B7B. Windows color (decimal): -7247700 or 11298961. OLE color: 11298961.

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

Color convert

RGB145104172-
CMYK0.160.4000.33
HSL276.18º29.06%54.12%-
HSV(B)276.18º39.53%67.45%-
XYZ24.0718.941.41-
YUV124.01155.08142.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=34.44%
G=24.70%
B=40.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451041720.160.4000.33276.1829.0654.12
Hex9168AC10280211141d36
Octal22115025420500414243566
Binary1001000111010001010110010000101000010000110001010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9168AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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