#916FA5

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

Shades of Ce Soir #916FA5

Tints of Ce Soir #916FA5

Color information

#916FA5 (or 0x916FA5) is unknown color: approx Ce Soir. HEX triplet: 91, 6F and A5. RGB value is (145,111,165). Sum of RGB (Red+Green+Blue) = 145+111+165=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #916FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916FA5 is #6E905A. Grayscale: #7F7F7F. Windows color (decimal): -7245915 or 10842001. OLE color: 10842001.

HSL color Cylindrical-coordinate representation of color #916FA5: hue angle of 277.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916FA5 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB145111165-
CMYK0.120.3300.35
HSL277.78º23.08%54.12%-
HSV(B)277.78º32.73%64.71%-
XYZ24.1520.1138.21-
YUV127.32149.26140.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=34.44%
G=26.37%
B=39.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451111650.120.3300.35277.7823.0854.12
Hex916FA5C210231161736
Octal22115724514410434262766
Binary100100011101111101001011100100001010001110001011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916FA5; }

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

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

<style>
 a { background-color: #916FA5; }

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

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

<style>
 span { border-color: #916FA5; }

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

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