#97749E

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

Shades of Ce Soir #97749E

Tints of Ce Soir #97749E

Color information

#97749E (or 0x97749E) is unknown color: approx Ce Soir. HEX triplet: 97, 74 and 9E. RGB value is (151,116,158). Sum of RGB (Red+Green+Blue) = 151+116+158=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #97749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97749E is #688B61. Grayscale: #838383. Windows color (decimal): -6851426 or 10384535. OLE color: 10384535.

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

Color convert

RGB151116158-
CMYK0.040.2700.38
HSL290º17.8%53.73%-
HSV(B)290º26.58%61.96%-
XYZ25.1821.5435.18-
YUV131.25143.1142.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=35.53%
G=27.29%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511161580.040.2700.3829017.853.73
Hex97749E41B0261221236
Octal2271642364330464422266
Binary1001011111101001001111010011011010011010010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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