Html Css Color HEX #987291 Mountbatten Pink

📋 copy color: '#987291'

red 152 ◦ green 114 ◦ blue 145

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

Shades of Mountbatten Pink #987291

Tints of Mountbatten Pink #987291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 36.98%
G = 27.74%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987291 (or 0x987291) is known color: Mountbatten Pink. HEX triplet: 98, 72 and 91. RGB value is (152,114,145). Sum of RGB (Red+Green+Blue) = 152+114+145=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987291 is #678D6E. Grayscale: #808080. Windows color (decimal): -6786415 or 9532056. OLE color: 9532056.

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

Color convert

RGB 152 114 145 -
CMYK 0 0.25 0.05 0.40
HSL 311.05º 0.16% 0.52% -
HSV(B) 311.05º 0.25% 0.6% -
XYZ 24.08 20.75 29.53 -
YUV 128.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 152 114 145 0 0.25 0.05 0.40 311.05 0.16 0.52
Hex 98 72 91 0 19 5 28 137 10 34
Octal 230 162 221 0 31 5 50 467 20 64
Binary 10011000 1110010 10010001 0 11001 101 101000 100110111 10000 110100

Color Harmonies of #987291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987291

Black with #987291

Text Example


Text Example

White with #987291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987291; }

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

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

background-color css

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

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

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

border-color css

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

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

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