#916B9B

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

Shades of Ce Soir #916B9B

Tints of Ce Soir #916B9B

Color information

#916B9B (or 0x916B9B) is unknown color: approx Ce Soir. HEX triplet: 91, 6B and 9B. RGB value is (145,107,155). Sum of RGB (Red+Green+Blue) = 145+107+155=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #916B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916B9B is #6E9464. Grayscale: #7B7B7B. Windows color (decimal): -7246949 or 10185617. OLE color: 10185617.

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

Color convert

RGB145107155-
CMYK0.060.3100.39
HSL287.5º19.35%51.37%-
HSV(B)287.5º30.97%60.78%-
XYZ22.8518.933.45-
YUV123.83145.59143.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=35.63%
G=26.29%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451071550.060.3100.39287.519.3551.37
Hex916B9B61F0271201333
Octal2211532336370474402363
Binary1001000111010111001101111011111010011110010000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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