#947F8E

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

Shades of Mountbatten Pink #947F8E

Tints of Mountbatten Pink #947F8E

Color information

#947F8E (or 0x947F8E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7F and 8E. RGB value is (148,127,142). Sum of RGB (Red+Green+Blue) = 148+127+142=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #947F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F8E is #6B8071. Grayscale: #868686. Windows color (decimal): -7045234 or 9338772. OLE color: 9338772.

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

Color convert

RGB148127142-
CMYK00.140.040.42
HSL317.14º8.94%53.92%-
HSV(B)317.14º14.19%58.04%-
XYZ24.6823.4328.81-
YUV134.99131.96137.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=35.49%
G=30.46%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812714200.140.040.42317.148.9453.92
Hex947F8E0E42A13d936
Octal2241772160164524751166
Binary10010100111111110001110011101001010101001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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