Html Css Color HEX #987990 Mountbatten Pink

📋 copy color: '#987990'

red 152 ◦ green 121 ◦ blue 144

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

Shades of Mountbatten Pink #987990

Tints of Mountbatten Pink #987990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 36.45%
G = 29.02%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987990 (or 0x987990) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 90. RGB value is (152,121,144). Sum of RGB (Red+Green+Blue) = 152+121+144=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987990 is #67866F. Grayscale: #848484. Windows color (decimal): -6784624 or 9468312. OLE color: 9468312.

HSL color Cylindrical-coordinate representation of color #987990: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987990 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 144 -
CMYK 0 0.20 0.05 0.40
HSL 315.48º 0.13% 0.54% -
HSV(B) 315.48º 0.2% 0.6% -
XYZ 24.82 22.36 29.39 -
YUV 132.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 152 121 144 0 0.20 0.05 0.40 315.48 0.13 0.54
Hex 98 79 90 0 14 5 28 13B D 36
Octal 230 171 220 0 24 5 50 473 15 66
Binary 10011000 1111001 10010000 0 10100 101 101000 100111011 1101 110110

Color Harmonies of #987990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987990

Black with #987990

Text Example


Text Example

White with #987990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987990; }

 p { color: rgb(152,121,144); }

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

background-color css

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

 a { background-color: rgb(152,121,144); }

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

border-color css

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

 span { border-color: rgb(152,121,144); }

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