#997590

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

Shades of Mountbatten Pink #997590

Tints of Mountbatten Pink #997590

Color information

#997590 (or 0x997590) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 90. RGB value is (153,117,144). Sum of RGB (Red+Green+Blue) = 153+117+144=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997590 is #668A6F. Grayscale: #828282. Windows color (decimal): -6720112 or 9467289. OLE color: 9467289.

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

Color convert

RGB153117144-
CMYK00.240.060.4
HSL315º15%52.94%-
HSV(B)315º23.53%60%-
XYZ24.5321.5129.24-
YUV130.84135.43143.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311714400.240.060.43151552.94
Hex99759001862813bf35
Octal2311652200306504731765
Binary100110011110101100100000110001101010001001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997590; }

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

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

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

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

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

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

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

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