#997391

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

Shades of Mountbatten Pink #997391

Tints of Mountbatten Pink #997391

Color information

#997391 (or 0x997391) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 91. RGB value is (153,115,145). Sum of RGB (Red+Green+Blue) = 153+115+145=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997391 is #668C6E. Grayscale: #818181. Windows color (decimal): -6720623 or 9532313. OLE color: 9532313.

HSL color Cylindrical-coordinate representation of color #997391: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997391 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153115145-
CMYK00.250.050.4
HSL312.63º15.7%52.55%-
HSV(B)312.63º24.84%60%-
XYZ24.3821.0829.57-
YUV129.78136.59144.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=37.05%
G=27.85%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514500.250.050.4312.6315.752.55
Hex9973910195281391035
Octal2311632210315504712065
Binary1001100111100111001000101100110110100010011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997391; }

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

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

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

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

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

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

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

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