#947D90

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

Shades of Mountbatten Pink #947D90

Tints of Mountbatten Pink #947D90

Color information

#947D90 (or 0x947D90) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7D and 90. RGB value is (148,125,144). Sum of RGB (Red+Green+Blue) = 148+125+144=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #947D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D90 is #6B826F. Grayscale: #858585. Windows color (decimal): -7045744 or 9469332. OLE color: 9469332.

HSL color Cylindrical-coordinate representation of color #947D90: hue angle of 310.43º 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 #947D90 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148125144-
CMYK00.160.030.42
HSL310.43º9.7%53.53%-
HSV(B)310.43º15.54%58.04%-
XYZ24.5822.9829.52-
YUV134.04133.62137.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=35.49%
G=29.98%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812514400.160.030.42310.439.753.53
Hex947D9001032A136a36
Octal2241752200203524661266
Binary10010100111110110010000010000111010101001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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