#91769D

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

Shades of Ce Soir #91769D

Tints of Ce Soir #91769D

Color information

#91769D (or 0x91769D) is unknown color: approx Ce Soir. HEX triplet: 91, 76 and 9D. RGB value is (145,118,157). Sum of RGB (Red+Green+Blue) = 145+118+157=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #91769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91769D is #6E8962. Grayscale: #828282. Windows color (decimal): -7244131 or 10319505. OLE color: 10319505.

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

Color convert

RGB145118157-
CMYK0.080.2500.38
HSL281.54º16.6%53.92%-
HSV(B)281.54º24.84%61.57%-
XYZ24.2421.4134.75-
YUV130.52142.95138.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=34.52%
G=28.10%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451181570.080.2500.38281.5416.653.92
Hex91769D81902611a1136
Octal22116623510310464322166
Binary10010001111011010011101100011001010011010001101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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