#998394

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

Shades of Mountbatten Pink #998394

Tints of Mountbatten Pink #998394

Color information

#998394 (or 0x998394) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 83 and 94. RGB value is (153,131,148). Sum of RGB (Red+Green+Blue) = 153+131+148=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998394 is #667C6B. Grayscale: #8B8B8B. Windows color (decimal): -6716524 or 9733017. OLE color: 9733017.

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

Color convert

RGB153131148-
CMYK00.140.030.4
HSL313.64º9.73%55.69%-
HSV(B)313.64º14.38%60%-
XYZ26.625.1431.47-
YUV139.52132.79137.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=35.42%
G=30.32%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313114800.140.030.4313.649.7355.69
Hex9983940E32813aa38
Octal2312032240163504721270
Binary10011001100000111001010001110111010001001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998394; }

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

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

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

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

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

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

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

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