#915FAA

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

Shades of Ce Soir #915FAA

Tints of Ce Soir #915FAA

Color information

#915FAA (or 0x915FAA) is unknown color: approx Ce Soir. HEX triplet: 91, 5F and AA. RGB value is (145,95,170). Sum of RGB (Red+Green+Blue) = 145+95+170=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #915FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FAA is #6EA055. Grayscale: #767676. Windows color (decimal): -7250006 or 11165585. OLE color: 11165585.

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

Color convert

RGB14595170-
CMYK0.150.4400.33
HSL280º30.61%51.96%-
HSV(B)280º44.12%66.67%-
XYZ23.0217.1140.12-
YUV118.5157.06146.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=35.37%
G=23.17%
B=41.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145951700.150.4400.3328030.6151.96
Hex915FAAF2C0211181f34
Octal22113725217540414303764
Binary100100011011111101010101111101100010000110001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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