#94739F

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

Shades of Ce Soir #94739F

Tints of Ce Soir #94739F

Color information

#94739F (or 0x94739F) is unknown color: approx Ce Soir. HEX triplet: 94, 73 and 9F. RGB value is (148,115,159). Sum of RGB (Red+Green+Blue) = 148+115+159=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #94739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94739F is #6B8C60. Grayscale: #818181. Windows color (decimal): -7048289 or 10449812. OLE color: 10449812.

HSL color Cylindrical-coordinate representation of color #94739F: hue angle of 285º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94739F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148115159-
CMYK0.070.2800.38
HSL285º18.64%53.73%-
HSV(B)285º27.67%62.35%-
XYZ24.621.0635.57-
YUV129.88144.43140.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=35.07%
G=27.25%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481151590.070.2800.3828518.6453.73
Hex94739F71C02611d1336
Octal2241632377340464352366
Binary1001010011100111001111111111100010011010001110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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