#916F9B

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

Shades of Ce Soir #916F9B

Tints of Ce Soir #916F9B

Color information

#916F9B (or 0x916F9B) is unknown color: approx Ce Soir. HEX triplet: 91, 6F and 9B. RGB value is (145,111,155). Sum of RGB (Red+Green+Blue) = 145+111+155=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #916F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F9B is #6E9064. Grayscale: #7E7E7E. Windows color (decimal): -7245925 or 10186641. OLE color: 10186641.

HSL color Cylindrical-coordinate representation of color #916F9B: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916F9B is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145111155-
CMYK0.060.2800.39
HSL286.36º18.03%52.16%-
HSV(B)286.36º28.39%60.78%-
XYZ23.2819.7633.6-
YUV126.18144.26141.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=35.28%
G=27.01%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451111550.060.2800.39286.3618.0352.16
Hex916F9B61C02711e1234
Octal2211572336340474362264
Binary1001000111011111001101111011100010011110001111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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