#937299

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

Shades of Ce Soir #937299

Tints of Ce Soir #937299

Color information

#937299 (or 0x937299) is unknown color: approx Ce Soir. HEX triplet: 93, 72 and 99. RGB value is (147,114,153). Sum of RGB (Red+Green+Blue) = 147+114+153=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #937299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937299 is #6C8D66. Grayscale: #808080. Windows color (decimal): -7114087 or 10056339. OLE color: 10056339.

HSL color Cylindrical-coordinate representation of color #937299: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #937299 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147114153-
CMYK0.040.2500.4
HSL290.77º16.05%52.35%-
HSV(B)290.77º25.49%60%-
XYZ23.820.5432.85-
YUV128.31141.93141.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=35.51%
G=27.54%
B=36.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471141530.040.2500.4290.7716.0552.35
Hex9372994190281231034
Octal2231622314310504432064
Binary1001001111100101001100110011001010100010010001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937299; }

 p { color: rgb(147,114,153); }

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

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

 a { background-color: rgb(147,114,153); }

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

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

 span { border-color: rgb(147,114,153); }

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