#94758D

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

Shades of Mountbatten Pink #94758D

Tints of Mountbatten Pink #94758D

Color information

#94758D (or 0x94758D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 75 and 8D. RGB value is (148,117,141). Sum of RGB (Red+Green+Blue) = 148+117+141=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94758D is #6B8A72. Grayscale: #808080. Windows color (decimal): -7047795 or 9270676. OLE color: 9270676.

HSL color Cylindrical-coordinate representation of color #94758D: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94758D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148117141-
CMYK00.210.050.42
HSL313.55º12.65%51.96%-
HSV(B)313.55º20.95%58.04%-
XYZ23.3820.9428.01-
YUV129134.77141.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=36.45%
G=28.82%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811714100.210.050.42313.5512.6551.96
Hex94758D01552A13ad34
Octal2241652150255524721564
Binary100101001110101100011010101011011010101001110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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