#94729C

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

Shades of Ce Soir #94729C

Tints of Ce Soir #94729C

Color information

#94729C (or 0x94729C) is unknown color: approx Ce Soir. HEX triplet: 94, 72 and 9C. RGB value is (148,114,156). Sum of RGB (Red+Green+Blue) = 148+114+156=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #94729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94729C is #6B8D63. Grayscale: #808080. Windows color (decimal): -7048548 or 10252948. OLE color: 10252948.

HSL color Cylindrical-coordinate representation of color #94729C: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94729C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148114156-
CMYK0.050.2700.39
HSL288.57º17.5%52.94%-
HSV(B)288.57º26.92%61.18%-
XYZ24.2320.7334.18-
YUV128.95143.26141.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=35.41%
G=27.27%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481141560.050.2700.39288.5717.552.94
Hex94729C51B0271211235
Octal2241622345330474412265
Binary1001010011100101001110010111011010011110010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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