#915EAB

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

Shades of Ce Soir #915EAB

Tints of Ce Soir #915EAB

Color information

#915EAB (or 0x915EAB) is unknown color: approx Ce Soir. HEX triplet: 91, 5E and AB. RGB value is (145,94,171). Sum of RGB (Red+Green+Blue) = 145+94+171=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #915EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EAB is #6EA154. Grayscale: #757575. Windows color (decimal): -7250261 or 11230865. OLE color: 11230865.

HSL color Cylindrical-coordinate representation of color #915EAB: hue angle of 279.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915EAB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14594171-
CMYK0.150.4500.33
HSL279.74º31.43%51.96%-
HSV(B)279.74º45.03%67.06%-
XYZ23.0316.9740.59-
YUV118.03157.9147.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=35.37%
G=22.93%
B=41.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145941710.150.4500.33279.7431.4351.96
Hex915EABF2D0211181f34
Octal22113625317550414303764
Binary100100011011110101010111111101101010000110001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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