#998891

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

Shades of Mountbatten Pink #998891

Tints of Mountbatten Pink #998891

Color information

#998891 (or 0x998891) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 88 and 91. RGB value is (153,136,145). Sum of RGB (Red+Green+Blue) = 153+136+145=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998891 is #66776E. Grayscale: #8E8E8E. Windows color (decimal): -6715247 or 9537689. OLE color: 9537689.

HSL color Cylindrical-coordinate representation of color #998891: hue angle of 328.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998891 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153136145-
CMYK00.110.050.4
HSL328.24º7.69%56.67%-
HSV(B)328.24º11.11%60%-
XYZ27.0526.4230.46-
YUV142.11129.63135.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=35.25%
G=31.34%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313614500.110.050.4328.247.6956.67
Hex9988910B528148839
Octal2312102210135505101071
Binary100110011000100010010001010111011010001010010001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998891; }

 p { color: rgb(153,136,145); }

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

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

 a { background-color: rgb(153,136,145); }

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

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

 span { border-color: rgb(153,136,145); }

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