#9160A4

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

Shades of Ce Soir #9160A4

Tints of Ce Soir #9160A4

Color information

#9160A4 (or 0x9160A4) is unknown color: approx Ce Soir. HEX triplet: 91, 60 and A4. RGB value is (145,96,164). Sum of RGB (Red+Green+Blue) = 145+96+164=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #9160A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9160A4 is #6E9F5B. Grayscale: #767676. Windows color (decimal): -7249756 or 10772625. OLE color: 10772625.

HSL color Cylindrical-coordinate representation of color #9160A4: hue angle of 283.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9160A4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14596164-
CMYK0.120.4100.36
HSL283.24º27.2%50.98%-
HSV(B)283.24º41.46%64.31%-
XYZ22.5617.0737.23-
YUV118.4153.73146.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=35.80%
G=23.70%
B=40.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal145961640.120.4100.36283.2427.250.98
Hex9160A4C2902411b1b33
Octal22114024414510444333363
Binary100100011100000101001001100101001010010010001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9160A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9160A4; }

 p { color: rgb(145,96,164); }

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

<style>
 a { background-color: #9160A4; }

 a { background-color: rgb(145,96,164); }

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

<style>
 span { border-color: #9160A4; }

 span { border-color: rgb(145,96,164); }

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