#915CA5

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

Shades of Ce Soir #915CA5

Tints of Ce Soir #915CA5

Color information

#915CA5 (or 0x915CA5) is unknown color: approx Ce Soir. HEX triplet: 91, 5C and A5. RGB value is (145,92,165). Sum of RGB (Red+Green+Blue) = 145+92+165=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #915CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915CA5 is #6EA35A. Grayscale: #737373. Windows color (decimal): -7250779 or 10837137. OLE color: 10837137.

HSL color Cylindrical-coordinate representation of color #915CA5: hue angle of 283.56º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915CA5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14592165-
CMYK0.120.4400.35
HSL283.56º28.85%50.39%-
HSV(B)283.56º44.24%64.71%-
XYZ22.316.3937.59-
YUV116.17155.56148.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=36.07%
G=22.89%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145921650.120.4400.35283.5628.8550.39
Hex915CA5C2C02311c1d32
Octal22113424514540434343562
Binary100100011011100101001011100101100010001110001110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,92,165); }

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

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

 a { background-color: rgb(145,92,165); }

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

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

 span { border-color: rgb(145,92,165); }

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