#94749F

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

Shades of Ce Soir #94749F

Tints of Ce Soir #94749F

Color information

#94749F (or 0x94749F) is unknown color: approx Ce Soir. HEX triplet: 94, 74 and 9F. RGB value is (148,116,159). Sum of RGB (Red+Green+Blue) = 148+116+159=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #94749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94749F is #6B8B60. Grayscale: #828282. Windows color (decimal): -7048033 or 10450068. OLE color: 10450068.

HSL color Cylindrical-coordinate representation of color #94749F: hue angle of 284.65º 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 #94749F is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148116159-
CMYK0.070.2700.38
HSL284.65º18.3%53.92%-
HSV(B)284.65º27.04%62.35%-
XYZ24.7221.2935.61-
YUV130.47144.1140.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=34.99%
G=27.42%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481161590.070.2700.38284.6518.353.92
Hex94749F71B02611d1236
Octal2241642377330464352266
Binary1001010011101001001111111111011010011010001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94749F; }

 p { color: rgb(148,116,159); }

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

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

 a { background-color: rgb(148,116,159); }

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

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

 span { border-color: rgb(148,116,159); }

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