#997492

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

Shades of Mountbatten Pink #997492

Tints of Mountbatten Pink #997492

Color information

#997492 (or 0x997492) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 74 and 92. RGB value is (153,116,146). Sum of RGB (Red+Green+Blue) = 153+116+146=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997492 is #668B6D. Grayscale: #828282. Windows color (decimal): -6720366 or 9598105. OLE color: 9598105.

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

Color convert

RGB153116146-
CMYK00.240.050.4
HSL311.35º15.35%52.75%-
HSV(B)311.35º24.18%60%-
XYZ24.5721.3430.02-
YUV130.48136.76144.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=36.87%
G=27.95%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311614600.240.050.4311.3515.3552.75
Hex997492018528137f35
Octal2311642220305504671765
Binary100110011110100100100100110001011010001001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997492; }

 p { color: rgb(153,116,146); }

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

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

 a { background-color: rgb(153,116,146); }

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

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

 span { border-color: rgb(153,116,146); }

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