#987192

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

Shades of Mountbatten Pink #987192

Tints of Mountbatten Pink #987192

Color information

#987192 (or 0x987192) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 71 and 92. RGB value is (152,113,146). Sum of RGB (Red+Green+Blue) = 152+113+146=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987192 is #678E6D. Grayscale: #808080. Windows color (decimal): -6786670 or 9597336. OLE color: 9597336.

HSL color Cylindrical-coordinate representation of color #987192: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987192 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB152113146-
CMYK00.260.040.40
HSL309.23º15.92%51.96%-
HSV(B)309.23º25.66%59.61%-
XYZ24.0420.5629.9-
YUV128.42137.92144.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=36.98%
G=27.49%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211314600.260.040.40309.2315.9251.96
Hex98719201A4281351034
Octal2301612220324504652064
Binary1001100011100011001001001101010010100010011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987192; }

 p { color: rgb(152,113,146); }

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

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

 a { background-color: rgb(152,113,146); }

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

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

 span { border-color: rgb(152,113,146); }

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