#987C93

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

Shades of Mountbatten Pink #987C93

Tints of Mountbatten Pink #987C93

Color information

#987C93 (or 0x987C93) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7C and 93. RGB value is (152,124,147). Sum of RGB (Red+Green+Blue) = 152+124+147=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C93 is #67836C. Grayscale: #868686. Windows color (decimal): -6783853 or 9665688. OLE color: 9665688.

HSL color Cylindrical-coordinate representation of color #987C93: hue angle of 310.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C93 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152124147-
CMYK00.180.030.40
HSL310.71º11.97%54.12%-
HSV(B)310.71º18.42%59.61%-
XYZ25.4223.230.74-
YUV134.99134.78140.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=35.93%
G=29.31%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212414700.180.030.40310.7111.9754.12
Hex987C93012328137c36
Octal2301742230223504671466
Binary10011000111110010010011010010111010001001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C93; }

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

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

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

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

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

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

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

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