#998594

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

Shades of Mountbatten Pink #998594

Tints of Mountbatten Pink #998594

Color information

#998594 (or 0x998594) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 85 and 94. RGB value is (153,133,148). Sum of RGB (Red+Green+Blue) = 153+133+148=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998594 is #667A6B. Grayscale: #8C8C8C. Windows color (decimal): -6716012 or 9733529. OLE color: 9733529.

HSL color Cylindrical-coordinate representation of color #998594: hue angle of 315º 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 #998594 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153133148-
CMYK00.130.030.4
HSL315º8.93%56.08%-
HSV(B)315º13.07%60%-
XYZ26.8725.6931.56-
YUV140.69132.13136.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=35.25%
G=30.65%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313314800.130.030.43158.9356.08
Hex9985940D32813b938
Octal2312052240153504731170
Binary10011001100001011001010001101111010001001110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998594; }

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

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

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

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

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

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

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

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