#91769F

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

Shades of Ce Soir #91769F

Tints of Ce Soir #91769F

Color information

#91769F (or 0x91769F) is unknown color: approx Ce Soir. HEX triplet: 91, 76 and 9F. RGB value is (145,118,159). Sum of RGB (Red+Green+Blue) = 145+118+159=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #91769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91769F is #6E8960. Grayscale: #828282. Windows color (decimal): -7244129 or 10450577. OLE color: 10450577.

HSL color Cylindrical-coordinate representation of color #91769F: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91769F is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145118159-
CMYK0.090.2600.38
HSL279.51º17.6%54.31%-
HSV(B)279.51º25.79%62.35%-
XYZ24.4121.4835.66-
YUV130.75143.95138.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=34.36%
G=27.96%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451181590.090.2600.38279.5117.654.31
Hex91769F91A0261181236
Octal22116623711320464302266
Binary10010001111011010011111100111010010011010001100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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