Html Css Color HEX #988191 Mountbatten Pink

📋 copy color: '#988191'

red 152 ◦ green 129 ◦ blue 145

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

Shades of Mountbatten Pink #988191

Tints of Mountbatten Pink #988191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 35.68%
G = 30.28%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988191 (or 0x988191) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 91. RGB value is (152,129,145). Sum of RGB (Red+Green+Blue) = 152+129+145=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #988191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988191 is #677E6E. Grayscale: #898989. Windows color (decimal): -6782575 or 9535896. OLE color: 9535896.

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

Color convert

RGB 152 129 145 -
CMYK 0 0.15 0.05 0.40
HSL 318.26º 0.1% 0.55% -
HSV(B) 318.26º 0.15% 0.6% -
XYZ 25.91 24.42 30.14 -
YUV 137.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 152 129 145 0 0.15 0.05 0.40 318.26 0.1 0.55
Hex 98 81 91 0 F 5 28 13E A 37
Octal 230 201 221 0 17 5 50 476 12 67
Binary 10011000 10000001 10010001 0 1111 101 101000 100111110 1010 110111

Color Harmonies of #988191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988191

Black with #988191

Text Example


Text Example

White with #988191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988191; }

 p { color: rgb(152,129,145); }

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

background-color css

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

 a { background-color: rgb(152,129,145); }

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

border-color css

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

 span { border-color: rgb(152,129,145); }

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