#94708E

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

Shades of Mountbatten Pink #94708E

Tints of Mountbatten Pink #94708E

Color information

#94708E (or 0x94708E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 70 and 8E. RGB value is (148,112,142). Sum of RGB (Red+Green+Blue) = 148+112+142=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708E is #6B8F71. Grayscale: #7E7E7E. Windows color (decimal): -7049074 or 9334932. OLE color: 9334932.

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

Color convert

RGB148112142-
CMYK00.240.040.42
HSL310º14.4%50.98%-
HSV(B)310º24.32%58.04%-
XYZ22.8919.8428.21-
YUV126.18136.93143.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=36.82%
G=27.86%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811214200.240.040.4231014.450.98
Hex94708E01842A136e33
Octal2241602160304524661663
Binary100101001110000100011100110001001010101001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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