#997193

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

Shades of Mountbatten Pink #997193

Tints of Mountbatten Pink #997193

Color information

#997193 (or 0x997193) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 71 and 93. RGB value is (153,113,147). Sum of RGB (Red+Green+Blue) = 153+113+147=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997193 is #668E6C. Grayscale: #808080. Windows color (decimal): -6721133 or 9662873. OLE color: 9662873.

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

Color convert

RGB153113147-
CMYK00.260.040.4
HSL309º16.39%52.16%-
HSV(B)309º26.14%60%-
XYZ24.3120.6930.32-
YUV128.84138.25145.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=37.05%
G=27.36%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311314700.260.040.430916.3952.16
Hex99719301A4281351034
Octal2311612230324504652064
Binary1001100111100011001001101101010010100010011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997193; }

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

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

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

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

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

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

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

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