#947391

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

Shades of Mountbatten Pink #947391

Tints of Mountbatten Pink #947391

Color information

#947391 (or 0x947391) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 73 and 91. RGB value is (148,115,145). Sum of RGB (Red+Green+Blue) = 148+115+145=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #947391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947391 is #6B8C6E. Grayscale: #808080. Windows color (decimal): -7048303 or 9532308. OLE color: 9532308.

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

Color convert

RGB148115145-
CMYK00.220.020.42
HSL305.45º13.36%51.57%-
HSV(B)305.45º22.3%58.04%-
XYZ23.4520.629.53-
YUV128.29137.43142.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=36.27%
G=28.19%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811514500.220.020.42305.4513.3651.57
Hex94739101622A131d34
Octal2241632210262524611564
Binary10010100111001110010001010110101010101001100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947391; }

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

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

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

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

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

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

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

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