#94708D

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

Shades of Mountbatten Pink #94708D

Tints of Mountbatten Pink #94708D

Color information

#94708D (or 0x94708D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 70 and 8D. RGB value is (148,112,141). Sum of RGB (Red+Green+Blue) = 148+112+141=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708D is #6B8F72. Grayscale: #7D7D7D. Windows color (decimal): -7049075 or 9269396. OLE color: 9269396.

HSL color Cylindrical-coordinate representation of color #94708D: hue angle of 311.67º 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 #94708D is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148112141-
CMYK00.240.050.42
HSL311.67º14.4%50.98%-
HSV(B)311.67º24.32%58.04%-
XYZ22.8119.8127.82-
YUV126.07136.43143.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=36.91%
G=27.93%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811214100.240.050.42311.6714.450.98
Hex94708D01852A138e33
Octal2241602150305524701663
Binary100101001110000100011010110001011010101001110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94708D; }

 p { color: rgb(148,112,141); }

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

<style>
 a { background-color: #94708D; }

 a { background-color: rgb(148,112,141); }

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

<style>
 span { border-color: #94708D; }

 span { border-color: rgb(148,112,141); }

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