#998590

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

Shades of Mountbatten Pink #998590

Tints of Mountbatten Pink #998590

Color information

#998590 (or 0x998590) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 85 and 90. RGB value is (153,133,144). Sum of RGB (Red+Green+Blue) = 153+133+144=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998590 is #667A6F. Grayscale: #8C8C8C. Windows color (decimal): -6716016 or 9471385. OLE color: 9471385.

HSL color Cylindrical-coordinate representation of color #998590: hue angle of 327º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998590 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153133144-
CMYK00.130.060.4
HSL327º8.93%56.08%-
HSV(B)327º13.07%60%-
XYZ26.5625.5629.92-
YUV140.23130.13137.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=35.58%
G=30.93%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313314400.130.060.43278.9356.08
Hex9985900D628147938
Octal2312052200156505071170
Binary100110011000010110010000011011101010001010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998590; }

 p { color: rgb(153,133,144); }

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

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

 a { background-color: rgb(153,133,144); }

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

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

 span { border-color: rgb(153,133,144); }

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