#947C8D

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

Shades of Mountbatten Pink #947C8D

Tints of Mountbatten Pink #947C8D

Color information

#947C8D (or 0x947C8D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7C and 8D. RGB value is (148,124,141). Sum of RGB (Red+Green+Blue) = 148+124+141=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #947C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C8D is #6B8372. Grayscale: #858585. Windows color (decimal): -7046003 or 9272468. OLE color: 9272468.

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

Color convert

RGB148124141-
CMYK00.160.050.42
HSL317.5º10.08%53.33%-
HSV(B)317.5º16.22%58.04%-
XYZ24.2322.6328.29-
YUV133.11132.45138.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=35.84%
G=30.02%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812414100.160.050.42317.510.0853.33
Hex947C8D01052A13ea35
Octal2241742150205524761265
Binary100101001111100100011010100001011010101001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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