#947399

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

Shades of Ce Soir #947399

Tints of Ce Soir #947399

Color information

#947399 (or 0x947399) is unknown color: approx Ce Soir. HEX triplet: 94, 73 and 99. RGB value is (148,115,153). Sum of RGB (Red+Green+Blue) = 148+115+153=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #947399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947399 is #6B8C66. Grayscale: #818181. Windows color (decimal): -7048295 or 10056596. OLE color: 10056596.

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

Color convert

RGB148115153-
CMYK0.030.2500.4
HSL292.11º15.7%52.55%-
HSV(B)292.11º24.84%60%-
XYZ24.0920.8632.89-
YUV129.2141.43141.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=35.58%
G=27.64%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481151530.030.2500.4292.1115.752.55
Hex9473993190281241035
Octal2241632313310504442065
Binary100101001110011100110011111001010100010010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947399; }

 p { color: rgb(148,115,153); }

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

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

 a { background-color: rgb(148,115,153); }

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

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

 span { border-color: rgb(148,115,153); }

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