#997894

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

Shades of Mountbatten Pink #997894

Tints of Mountbatten Pink #997894

Color information

#997894 (or 0x997894) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 78 and 94. RGB value is (153,120,148). Sum of RGB (Red+Green+Blue) = 153+120+148=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997894 is #66876B. Grayscale: #848484. Windows color (decimal): -6719340 or 9730201. OLE color: 9730201.

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

Color convert

RGB153120148-
CMYK00.220.030.4
HSL309.09º13.92%53.53%-
HSV(B)309.09º21.57%60%-
XYZ25.222.3431-
YUV133.06136.43142.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=36.34%
G=28.50%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312014800.220.030.4309.0913.9253.53
Hex997894016328135e36
Octal2311702240263504651666
Binary10011001111100010010100010110111010001001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997894; }

 p { color: rgb(153,120,148); }

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

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

 a { background-color: rgb(153,120,148); }

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

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

 span { border-color: rgb(153,120,148); }

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