#94739E

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

Shades of Ce Soir #94739E

Tints of Ce Soir #94739E

Color information

#94739E (or 0x94739E) is unknown color: approx Ce Soir. HEX triplet: 94, 73 and 9E. RGB value is (148,115,158). Sum of RGB (Red+Green+Blue) = 148+115+158=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #94739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94739E is #6B8C61. Grayscale: #818181. Windows color (decimal): -7048290 or 10384276. OLE color: 10384276.

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

Color convert

RGB148115158-
CMYK0.060.2700.38
HSL286.05º18.14%53.53%-
HSV(B)286.05º27.22%61.96%-
XYZ24.5221.0335.11-
YUV129.77143.93141-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=35.15%
G=27.32%
B=37.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481151580.060.2700.38286.0518.1453.53
Hex94739E61B02611e1236
Octal2241632366330464362266
Binary1001010011100111001111011011011010011010001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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