#94729A

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

Shades of Ce Soir #94729A

Tints of Ce Soir #94729A

Color information

#94729A (or 0x94729A) is unknown color: approx Ce Soir. HEX triplet: 94, 72 and 9A. RGB value is (148,114,154). Sum of RGB (Red+Green+Blue) = 148+114+154=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #94729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94729A is #6B8D65. Grayscale: #808080. Windows color (decimal): -7048550 or 10121876. OLE color: 10121876.

HSL color Cylindrical-coordinate representation of color #94729A: hue angle of 291º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94729A is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148114154-
CMYK0.040.2600.40
HSL291º16.53%52.55%-
HSV(B)291º25.97%60.39%-
XYZ24.0620.6633.29-
YUV128.73142.26141.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=35.58%
G=27.40%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481141540.040.2600.4029116.5352.55
Hex94729A41A0281231135
Octal2241622324320504432165
Binary1001010011100101001101010011010010100010010001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94729A; }

 p { color: rgb(148,114,154); }

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

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

 a { background-color: rgb(148,114,154); }

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

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

 span { border-color: rgb(148,114,154); }

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