#947388

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

Shades of Mountbatten Pink #947388

Tints of Mountbatten Pink #947388

Color information

#947388 (or 0x947388) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 73 and 88. RGB value is (148,115,136). Sum of RGB (Red+Green+Blue) = 148+115+136=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947388 is #6B8C77. Grayscale: #7F7F7F. Windows color (decimal): -7048312 or 8942484. OLE color: 8942484.

HSL color Cylindrical-coordinate representation of color #947388: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947388 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148115136-
CMYK00.220.080.42
HSL321.82º13.36%51.57%-
HSV(B)321.82º22.3%58.04%-
XYZ22.7920.3326.02-
YUV127.26132.93142.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=37.09%
G=28.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811513600.220.080.42321.8213.3651.57
Hex94738801682A142d34
Octal22416321002610525021564
Binary1001010011100111000100001011010001010101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947388; }

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

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

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

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

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

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

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

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