#987990

Color #987990 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #987990

Tints of Mountbatten Pink #987990

Color information

#987990 (or 0x987990) is unknown color: approx 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

RGB152121144-
CMYK00.200.050.40
HSL315.48º13.08%53.53%-
HSV(B)315.48º20.39%59.61%-
XYZ24.8222.3629.39-
YUV132.89134.27141.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212114400.200.050.40315.4813.0853.53
Hex98799001452813bd36
Octal2301712200245504731566
Binary100110001111001100100000101001011010001001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>