#915EA9

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

Shades of Ce Soir #915EA9

Tints of Ce Soir #915EA9

Color information

#915EA9 (or 0x915EA9) is unknown color: approx Ce Soir. HEX triplet: 91, 5E and A9. RGB value is (145,94,169). Sum of RGB (Red+Green+Blue) = 145+94+169=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #915EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EA9 is #6EA156. Grayscale: #757575. Windows color (decimal): -7250263 or 11099793. OLE color: 11099793.

HSL color Cylindrical-coordinate representation of color #915EA9: hue angle of 280.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915EA9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14594169-
CMYK0.140.4400.34
HSL280.8º30.36%51.57%-
HSV(B)280.8º44.38%66.27%-
XYZ22.8416.8939.59-
YUV117.8156.9147.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=35.54%
G=23.04%
B=41.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145941690.140.4400.34280.830.3651.57
Hex915EA9E2C0221191e34
Octal22113625116540424313664
Binary100100011011110101010011110101100010001010001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915EA9; }

 p { color: rgb(145,94,169); }

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

<style>
 a { background-color: #915EA9; }

 a { background-color: rgb(145,94,169); }

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

<style>
 span { border-color: #915EA9; }

 span { border-color: rgb(145,94,169); }

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