#997393

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

Shades of Mountbatten Pink #997393

Tints of Mountbatten Pink #997393

Color information

#997393 (or 0x997393) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 93. RGB value is (153,115,147). Sum of RGB (Red+Green+Blue) = 153+115+147=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997393 is #668C6C. Grayscale: #818181. Windows color (decimal): -6720621 or 9663385. OLE color: 9663385.

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

Color convert

RGB153115147-
CMYK00.250.040.4
HSL309.47º15.7%52.55%-
HSV(B)309.47º24.84%60%-
XYZ24.5321.1430.39-
YUV130.01137.59144.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=36.87%
G=27.71%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514700.250.040.4309.4715.752.55
Hex9973930194281351035
Octal2311632230314504652065
Binary1001100111100111001001101100110010100010011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997393; }

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

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

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

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

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

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

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

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