#91769B

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

Shades of Ce Soir #91769B

Tints of Ce Soir #91769B

Color information

#91769B (or 0x91769B) is unknown color: approx Ce Soir. HEX triplet: 91, 76 and 9B. RGB value is (145,118,155). Sum of RGB (Red+Green+Blue) = 145+118+155=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #91769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91769B is #6E8964. Grayscale: #828282. Windows color (decimal): -7244133 or 10188433. OLE color: 10188433.

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

Color convert

RGB145118155-
CMYK0.060.2400.39
HSL283.78º15.61%53.53%-
HSV(B)283.78º23.87%60.78%-
XYZ24.0721.3433.86-
YUV130.29141.95138.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=34.69%
G=28.23%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451181550.060.2400.39283.7815.6153.53
Hex91769B61802711c1036
Octal2211662336300474342066
Binary1001000111101101001101111011000010011110001110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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