Html Css Color HEX #987391 Mountbatten Pink

📋 copy color: '#987391'

red 152 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #987391

Tints of Mountbatten Pink #987391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 36.89%
G = 27.91%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987391 (or 0x987391) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 91. RGB value is (152,115,145). Sum of RGB (Red+Green+Blue) = 152+115+145=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987391 is #678C6E. Grayscale: #818181. Windows color (decimal): -6786159 or 9532312. OLE color: 9532312.

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

Color convert

RGB 152 115 145 -
CMYK 0 0.24 0.05 0.40
HSL 311.35º 0.15% 0.52% -
HSV(B) 311.35º 0.24% 0.6% -
XYZ 24.19 20.98 29.56 -
YUV 129.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 152 115 145 0 0.24 0.05 0.40 311.35 0.15 0.52
Hex 98 73 91 0 18 5 28 137 F 34
Octal 230 163 221 0 30 5 50 467 17 64
Binary 10011000 1110011 10010001 0 11000 101 101000 100110111 1111 110100

Color Harmonies of #987391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987391

Black with #987391

Text Example


Text Example

White with #987391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987391; }

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

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

background-color css

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

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

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

border-color css

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

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

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