#997989

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

Shades of Mountbatten Pink #997989

Tints of Mountbatten Pink #997989

Color information

#997989 (or 0x997989) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 79 and 89. RGB value is (153,121,137). Sum of RGB (Red+Green+Blue) = 153+121+137=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997989 is #668676. Grayscale: #848484. Windows color (decimal): -6719095 or 9009561. OLE color: 9009561.

HSL color Cylindrical-coordinate representation of color #997989: hue angle of 330º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997989 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153121137-
CMYK00.210.100.4
HSL330º13.56%53.73%-
HSV(B)330º20.92%60%-
XYZ24.4922.2526.67-
YUV132.39130.6142.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=37.23%
G=29.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312113700.210.100.433013.5653.73
Hex997989015A2814ae36
Octal23117121102512505121666
Binary1001100111110011000100101010110101010001010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997989; }

 p { color: rgb(153,121,137); }

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

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

 a { background-color: rgb(153,121,137); }

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

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

 span { border-color: rgb(153,121,137); }

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