#94738F

Color #94738F Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #94738F

Tints of Mountbatten Pink #94738F

Color information

#94738F (or 0x94738F) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 73 and 8F. RGB value is (148,115,143). Sum of RGB (Red+Green+Blue) = 148+115+143=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94738F is #6B8C70. Grayscale: #7F7F7F. Windows color (decimal): -7048305 or 9401236. OLE color: 9401236.

HSL color Cylindrical-coordinate representation of color #94738F: hue angle of 309.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94738F is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148115143-
CMYK00.220.030.42
HSL309.09º13.36%51.57%-
HSV(B)309.09º22.3%58.04%-
XYZ23.320.5428.72-
YUV128.06136.43142.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=36.45%
G=28.33%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811514300.220.030.42309.0913.3651.57
Hex94738F01632A135d34
Octal2241632170263524651564
Binary10010100111001110001111010110111010101001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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