#94718B

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

Shades of Mountbatten Pink #94718B

Tints of Mountbatten Pink #94718B

Color information

#94718B (or 0x94718B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 71 and 8B. RGB value is (148,113,139). Sum of RGB (Red+Green+Blue) = 148+113+139=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94718B is #6B8E74. Grayscale: #7E7E7E. Windows color (decimal): -7048821 or 9138580. OLE color: 9138580.

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

Color convert

RGB148113139-
CMYK00.240.060.42
HSL315.43º14.06%51.18%-
HSV(B)315.43º23.65%58.04%-
XYZ22.7819.9727.08-
YUV126.43135.1143.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=37%
G=28.25%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811313900.240.060.42315.4314.0651.18
Hex94718B01862A13be33
Octal2241612130306524731663
Binary100101001110001100010110110001101010101001110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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