#997390

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

Shades of Mountbatten Pink #997390

Tints of Mountbatten Pink #997390

Color information

#997390 (or 0x997390) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 90. RGB value is (153,115,144). Sum of RGB (Red+Green+Blue) = 153+115+144=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #997390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997390 is #668C6F. Grayscale: #818181. Windows color (decimal): -6720624 or 9466777. OLE color: 9466777.

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

Color convert

RGB153115144-
CMYK00.250.060.4
HSL314.21º15.7%52.55%-
HSV(B)314.21º24.84%60%-
XYZ24.321.0529.17-
YUV129.67136.09144.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=37.14%
G=27.91%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514400.250.060.4314.2115.752.55
Hex99739001962813a1035
Octal2311632200316504722065
Binary1001100111100111001000001100111010100010011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997390; }

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

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

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

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

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

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

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

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