#915EAA

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

Shades of Ce Soir #915EAA

Tints of Ce Soir #915EAA

Color information

#915EAA (or 0x915EAA) is unknown color: approx Ce Soir. HEX triplet: 91, 5E and AA. RGB value is (145,94,170). Sum of RGB (Red+Green+Blue) = 145+94+170=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #915EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EAA is #6EA155. Grayscale: #757575. Windows color (decimal): -7250262 or 11165329. OLE color: 11165329.

HSL color Cylindrical-coordinate representation of color #915EAA: hue angle of 280.26º 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 #915EAA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14594170-
CMYK0.150.4500.33
HSL280.26º30.89%51.76%-
HSV(B)280.26º44.71%66.67%-
XYZ22.9416.9340.09-
YUV117.91157.4147.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=35.45%
G=22.98%
B=41.56%

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
Decimal145941700.150.4500.33280.2630.8951.76
Hex915EAAF2D0211181f34
Octal22113625217550414303764
Binary100100011011110101010101111101101010000110001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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