#947089

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

Shades of Mountbatten Pink #947089

Tints of Mountbatten Pink #947089

Color information

#947089 (or 0x947089) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 70 and 89. RGB value is (148,112,137). Sum of RGB (Red+Green+Blue) = 148+112+137=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947089 is #6B8F76. Grayscale: #7D7D7D. Windows color (decimal): -7049079 or 9007252. OLE color: 9007252.

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

Color convert

RGB148112137-
CMYK00.240.070.42
HSL318.33º14.4%50.98%-
HSV(B)318.33º24.32%58.04%-
XYZ22.5219.6926.28-
YUV125.61134.43143.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=37.28%
G=28.21%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811213700.240.070.42318.3314.450.98
Hex94708901872A13ee33
Octal2241602110307524761663
Binary100101001110000100010010110001111010101001111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947089; }

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

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

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

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

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

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

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

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