Html Css Color HEX #987189 Mountbatten Pink

📋 copy color: '#987189'

red 152 ◦ green 113 ◦ blue 137

#987189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #987189

Tints of Mountbatten Pink #987189

RGB

 RED value IS 152 (59.77% from 255) = 37.81%

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 37.81%
G = 28.11%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987189 (or 0x987189) is known color: Mountbatten Pink. HEX triplet: 98, 71 and 89. RGB value is (152,113,137). Sum of RGB (Red+Green+Blue) = 152+113+137=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987189 is #678E76. Grayscale: #7F7F7F. Windows color (decimal): -6786679 or 9007512. OLE color: 9007512.

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

Color convert

RGB 152 113 137 -
CMYK 0 0.26 0.10 0.40
HSL 323.08º 0.16% 0.52% -
HSV(B) 323.08º 0.26% 0.6% -
XYZ 23.37 20.29 26.35 -
YUV 127.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 152 113 137 0 0.26 0.10 0.40 323.08 0.16 0.52
Hex 98 71 89 0 1A A 28 143 10 34
Octal 230 161 211 0 32 12 50 503 20 64
Binary 10011000 1110001 10001001 0 11010 1010 101000 101000011 10000 110100

Color Harmonies of #987189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987189

Black with #987189

Text Example


Text Example

White with #987189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987189; }

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

 H1.HeaderClassName
 {
   color: #987189;
 }
 .AnyTagClassName
 {
   color: #987189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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