#997791

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

Shades of Mountbatten Pink #997791

Tints of Mountbatten Pink #997791

Color information

#997791 (or 0x997791) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 77 and 91. RGB value is (153,119,145). Sum of RGB (Red+Green+Blue) = 153+119+145=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997791 is #66886E. Grayscale: #848484. Windows color (decimal): -6719599 or 9533337. OLE color: 9533337.

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

Color convert

RGB153119145-
CMYK00.220.050.4
HSL314.12º14.29%53.33%-
HSV(B)314.12º22.22%60%-
XYZ24.8422.0129.73-
YUV132.13135.26142.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=36.69%
G=28.54%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311914500.220.050.4314.1214.2953.33
Hex99779101652813ae35
Octal2311672210265504721665
Binary100110011110111100100010101101011010001001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997791; }

 p { color: rgb(153,119,145); }

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

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

 a { background-color: rgb(153,119,145); }

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

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

 span { border-color: rgb(153,119,145); }

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