#91759B

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

Shades of Ce Soir #91759B

Tints of Ce Soir #91759B

Color information

#91759B (or 0x91759B) is unknown color: approx Ce Soir. HEX triplet: 91, 75 and 9B. RGB value is (145,117,155). Sum of RGB (Red+Green+Blue) = 145+117+155=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #91759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91759B is #6E8A64. Grayscale: #818181. Windows color (decimal): -7244389 or 10188177. OLE color: 10188177.

HSL color Cylindrical-coordinate representation of color #91759B: hue angle of 284.21º 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 #91759B is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145117155-
CMYK0.060.2500.39
HSL284.21º15.97%53.33%-
HSV(B)284.21º24.52%60.78%-
XYZ23.9521.1133.82-
YUV129.7142.28138.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=34.77%
G=28.06%
B=37.17%

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
Decimal1451171550.060.2500.39284.2115.9753.33
Hex91759B61902711c1035
Octal2211652336310474342065
Binary1001000111101011001101111011001010011110001110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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