#997E93

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

Shades of Mountbatten Pink #997E93

Tints of Mountbatten Pink #997E93

Color information

#997E93 (or 0x997E93) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7E and 93. RGB value is (153,126,147). Sum of RGB (Red+Green+Blue) = 153+126+147=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #997E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E93 is #66816C. Grayscale: #888888. Windows color (decimal): -6717805 or 9666201. OLE color: 9666201.

HSL color Cylindrical-coordinate representation of color #997E93: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E93 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB153126147-
CMYK00.180.040.4
HSL313.33º11.69%54.71%-
HSV(B)313.33º17.65%60%-
XYZ25.8623.830.83-
YUV136.47133.95139.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=35.92%
G=29.58%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312614700.180.040.4313.3311.6954.71
Hex997E93012428139c37
Octal2311762230224504711467
Binary100110011111110100100110100101001010001001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E93; }

 p { color: rgb(153,126,147); }

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

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

 a { background-color: rgb(153,126,147); }

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

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

 span { border-color: rgb(153,126,147); }

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