#947989

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

Shades of Mountbatten Pink #947989

Tints of Mountbatten Pink #947989

Color information

#947989 (or 0x947989) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 79 and 89. RGB value is (148,121,137). Sum of RGB (Red+Green+Blue) = 148+121+137=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #947989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947989 is #6B8676. Grayscale: #828282. Windows color (decimal): -7046775 or 9009556. OLE color: 9009556.

HSL color Cylindrical-coordinate representation of color #947989: hue angle of 324.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947989 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148121137-
CMYK00.180.070.42
HSL324.44º11.2%52.75%-
HSV(B)324.44º18.24%58.04%-
XYZ23.5721.7826.63-
YUV130.9131.45140.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=36.45%
G=29.80%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812113700.180.070.42324.4411.252.75
Hex94798901272A144b35
Octal2241712110227525041365
Binary100101001111001100010010100101111010101010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947989; }

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

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

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

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

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

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

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

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