#947A8B

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

Shades of Mountbatten Pink #947A8B

Tints of Mountbatten Pink #947A8B

Color information

#947A8B (or 0x947A8B) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 7A and 8B. RGB value is (148,122,139). Sum of RGB (Red+Green+Blue) = 148+122+139=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A8B is #6B8574. Grayscale: #838383. Windows color (decimal): -7046517 or 9140884. OLE color: 9140884.

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

Color convert

RGB148122139-
CMYK00.180.060.42
HSL320.77º10.83%52.94%-
HSV(B)320.77º17.57%58.04%-
XYZ23.8322.0827.43-
YUV131.71132.11139.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=36.19%
G=29.83%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812213900.180.060.42320.7710.8352.94
Hex947A8B01262A141b35
Octal2241722130226525011365
Binary100101001111010100010110100101101010101010000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,122,139); }

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

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

 a { background-color: rgb(148,122,139); }

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

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

 span { border-color: rgb(148,122,139); }

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