#998392

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

Shades of Mountbatten Pink #998392

Tints of Mountbatten Pink #998392

Color information

#998392 (or 0x998392) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 83 and 92. RGB value is (153,131,146). Sum of RGB (Red+Green+Blue) = 153+131+146=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998392 is #667C6D. Grayscale: #8B8B8B. Windows color (decimal): -6716526 or 9601945. OLE color: 9601945.

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

Color convert

RGB153131146-
CMYK00.140.050.4
HSL319.09º9.73%55.69%-
HSV(B)319.09º14.38%60%-
XYZ26.4425.0830.64-
YUV139.29131.79137.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=35.58%
G=30.47%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313114600.140.050.4319.099.7355.69
Hex9983920E52813fa38
Octal2312032220165504771270
Binary100110011000001110010010011101011010001001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998392; }

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

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

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

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

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

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

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

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