#91749B

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

Shades of Ce Soir #91749B

Tints of Ce Soir #91749B

Color information

#91749B (or 0x91749B) is unknown color: approx Ce Soir. HEX triplet: 91, 74 and 9B. RGB value is (145,116,155). Sum of RGB (Red+Green+Blue) = 145+116+155=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #91749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91749B is #6E8B64. Grayscale: #808080. Windows color (decimal): -7244645 or 10187921. OLE color: 10187921.

HSL color Cylindrical-coordinate representation of color #91749B: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91749B is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145116155-
CMYK0.060.2500.39
HSL284.62º16.32%53.14%-
HSV(B)284.62º25.16%60.78%-
XYZ23.8420.8833.78-
YUV129.12142.61139.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=34.86%
G=27.88%
B=37.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451161550.060.2500.39284.6216.3253.14
Hex91749B61902711d1035
Octal2211642336310474352065
Binary1001000111101001001101111011001010011110001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91749B; }

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

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

<style>
 a { background-color: #91749B; }

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

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

<style>
 span { border-color: #91749B; }

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

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