#916D9B

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

Shades of Ce Soir #916D9B

Tints of Ce Soir #916D9B

Color information

#916D9B (or 0x916D9B) is unknown color: approx Ce Soir. HEX triplet: 91, 6D and 9B. RGB value is (145,109,155). Sum of RGB (Red+Green+Blue) = 145+109+155=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #916D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916D9B is #6E9264. Grayscale: #7C7C7C. Windows color (decimal): -7246437 or 10186129. OLE color: 10186129.

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

Color convert

RGB145109155-
CMYK0.060.3000.39
HSL286.96º18.7%51.76%-
HSV(B)286.96º29.68%60.78%-
XYZ23.0619.3233.52-
YUV125.01144.93142.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=35.45%
G=26.65%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451091550.060.3000.39286.9618.751.76
Hex916D9B61E02711f1334
Octal2211552336360474372364
Binary1001000111011011001101111011110010011110001111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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