#947988

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

Shades of Mountbatten Pink #947988

Tints of Mountbatten Pink #947988

Color information

#947988 (or 0x947988) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 79 and 88. RGB value is (148,121,136). Sum of RGB (Red+Green+Blue) = 148+121+136=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #947988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947988 is #6B8677. Grayscale: #828282. Windows color (decimal): -7046776 or 8944020. OLE color: 8944020.

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

Color convert

RGB148121136-
CMYK00.180.080.42
HSL326.67º11.2%52.75%-
HSV(B)326.67º18.24%58.04%-
XYZ23.4921.7526.25-
YUV130.78130.95140.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=36.54%
G=29.88%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812113600.180.080.42326.6711.252.75
Hex94798801282A147b35
Octal22417121002210525071365
Binary1001010011110011000100001001010001010101010001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947988; }

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

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

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

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

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

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

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

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