#94728B

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

Shades of Mountbatten Pink #94728B

Tints of Mountbatten Pink #94728B

Color information

#94728B (or 0x94728B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 72 and 8B. RGB value is (148,114,139). Sum of RGB (Red+Green+Blue) = 148+114+139=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94728B is #6B8D74. Grayscale: #7E7E7E. Windows color (decimal): -7048565 or 9138836. OLE color: 9138836.

HSL color Cylindrical-coordinate representation of color #94728B: hue angle of 315.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94728B is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148114139-
CMYK00.230.060.42
HSL315.88º13.71%51.37%-
HSV(B)315.88º22.97%58.04%-
XYZ22.8920.1927.12-
YUV127.02134.76142.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=36.91%
G=28.43%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811413900.230.060.42315.8813.7151.37
Hex94728B01762A13ce33
Octal2241622130276524741663
Binary100101001110010100010110101111101010101001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94728B; }

 p { color: rgb(148,114,139); }

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

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

 a { background-color: rgb(148,114,139); }

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

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

 span { border-color: rgb(148,114,139); }

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