#998193

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

Shades of Mountbatten Pink #998193

Tints of Mountbatten Pink #998193

Color information

#998193 (or 0x998193) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 81 and 93. RGB value is (153,129,147). Sum of RGB (Red+Green+Blue) = 153+129+147=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998193 is #667E6C. Grayscale: #8A8A8A. Windows color (decimal): -6717037 or 9666969. OLE color: 9666969.

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

Color convert

RGB153129147-
CMYK00.160.040.4
HSL315º10.53%55.29%-
HSV(B)315º15.69%60%-
XYZ26.2524.5830.96-
YUV138.23132.95138.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=35.66%
G=30.07%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312914700.160.040.431510.5355.29
Hex99819301042813bb37
Octal2312012230204504731367
Binary1001100110000001100100110100001001010001001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998193; }

 p { color: rgb(153,129,147); }

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

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

 a { background-color: rgb(153,129,147); }

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

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

 span { border-color: rgb(153,129,147); }

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