#97749D

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

Shades of Ce Soir #97749D

Tints of Ce Soir #97749D

Color information

#97749D (or 0x97749D) is unknown color: approx Ce Soir. HEX triplet: 97, 74 and 9D. RGB value is (151,116,157). Sum of RGB (Red+Green+Blue) = 151+116+157=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #97749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97749D is #688B62. Grayscale: #838383. Windows color (decimal): -6851427 or 10318999. OLE color: 10318999.

HSL color Cylindrical-coordinate representation of color #97749D: hue angle of 291.22º degrees, saturation: 0.17, 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 #97749D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151116157-
CMYK0.040.2600.38
HSL291.22º17.3%53.53%-
HSV(B)291.22º26.11%61.57%-
XYZ25.0921.534.73-
YUV131.14142.6142.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=35.61%
G=27.36%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511161570.040.2600.38291.2217.353.53
Hex97749D41A0261231136
Octal2271642354320464432166
Binary1001011111101001001110110011010010011010010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,116,157); }

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

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

 a { background-color: rgb(151,116,157); }

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

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

 span { border-color: rgb(151,116,157); }

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