#94728F

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

Shades of Mountbatten Pink #94728F

Tints of Mountbatten Pink #94728F

Color information

#94728F (or 0x94728F) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 72 and 8F. RGB value is (148,114,143). Sum of RGB (Red+Green+Blue) = 148+114+143=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94728F is #6B8D70. Grayscale: #7F7F7F. Windows color (decimal): -7048561 or 9400980. OLE color: 9400980.

HSL color Cylindrical-coordinate representation of color #94728F: hue angle of 308.82º 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 #94728F is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148114143-
CMYK00.230.030.42
HSL308.82º13.71%51.37%-
HSV(B)308.82º22.97%58.04%-
XYZ23.1920.3128.69-
YUV127.47136.76142.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=36.54%
G=28.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811414300.230.030.42308.8213.7151.37
Hex94728F01732A135e33
Octal2241622170273524651663
Binary10010100111001010001111010111111010101001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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