#987193

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

Shades of Mountbatten Pink #987193

Tints of Mountbatten Pink #987193

Color information

#987193 (or 0x987193) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 71 and 93. RGB value is (152,113,147). Sum of RGB (Red+Green+Blue) = 152+113+147=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987193 is #678E6C. Grayscale: #808080. Windows color (decimal): -6786669 or 9662872. OLE color: 9662872.

HSL color Cylindrical-coordinate representation of color #987193: hue angle of 307.69º 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 #987193 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152113147-
CMYK00.260.030.40
HSL307.69º15.92%51.96%-
HSV(B)307.69º25.66%59.61%-
XYZ24.1220.5930.31-
YUV128.54138.42144.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=36.89%
G=27.43%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211314700.260.030.40307.6915.9251.96
Hex98719301A3281341034
Octal2301612230323504642064
Binary100110001110001100100110110101110100010011010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987193; }

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

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

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

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

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

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

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

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