#987591

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

Shades of Mountbatten Pink #987591

Tints of Mountbatten Pink #987591

Color information

#987591 (or 0x987591) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 91. RGB value is (152,117,145). Sum of RGB (Red+Green+Blue) = 152+117+145=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987591 is #678A6E. Grayscale: #828282. Windows color (decimal): -6785647 or 9532824. OLE color: 9532824.

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

Color convert

RGB152117145-
CMYK00.230.050.40
HSL312º14.52%52.75%-
HSV(B)312º23.03%59.61%-
XYZ24.4221.4429.64-
YUV130.66136.1143.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=36.71%
G=28.26%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211714500.230.050.4031214.5252.75
Hex987591017528138f35
Octal2301652210275504701765
Binary100110001110101100100010101111011010001001110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987591; }

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

 H1.HeaderClassName
 {
   color: #987591;
 }
 .AnyTagClassName
 {
   color: #987591;
 }
</style>
background-color css

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

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

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

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

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

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