#988591

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

Shades of Mountbatten Pink #988591

Tints of Mountbatten Pink #988591

Color information

#988591 (or 0x988591) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 85 and 91. RGB value is (152,133,145). Sum of RGB (Red+Green+Blue) = 152+133+145=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #988591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988591 is #677A6E. Grayscale: #8C8C8C. Windows color (decimal): -6781551 or 9536920. OLE color: 9536920.

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

Color convert

RGB152133145-
CMYK00.130.050.40
HSL322.11º8.44%55.88%-
HSV(B)322.11º12.5%59.61%-
XYZ26.4525.4930.32-
YUV140.05130.79136.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=35.35%
G=30.93%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213314500.130.050.40322.118.4455.88
Hex9885910D528142838
Octal2302052210155505021070
Binary100110001000010110010001011011011010001010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988591; }

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

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

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

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

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

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

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

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