#947D8A

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

Shades of Mountbatten Pink #947D8A

Tints of Mountbatten Pink #947D8A

Color information

#947D8A (or 0x947D8A) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7D and 8A. RGB value is (148,125,138). Sum of RGB (Red+Green+Blue) = 148+125+138=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #947D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D8A is #6B8275. Grayscale: #858585. Windows color (decimal): -7045750 or 9076116. OLE color: 9076116.

HSL color Cylindrical-coordinate representation of color #947D8A: hue angle of 326.09º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947D8A is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148125138-
CMYK00.160.070.42
HSL326.09º9.7%53.53%-
HSV(B)326.09º15.54%58.04%-
XYZ24.1322.827.17-
YUV133.36130.62138.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=36.01%
G=30.41%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812513800.160.070.42326.099.753.53
Hex947D8A01072A146a36
Octal2241752120207525061266
Binary100101001111101100010100100001111010101010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947D8A; }

 p { color: rgb(148,125,138); }

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

<style>
 a { background-color: #947D8A; }

 a { background-color: rgb(148,125,138); }

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

<style>
 span { border-color: #947D8A; }

 span { border-color: rgb(148,125,138); }

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