#997893

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

Shades of Mountbatten Pink #997893

Tints of Mountbatten Pink #997893

Color information

#997893 (or 0x997893) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 78 and 93. RGB value is (153,120,147). Sum of RGB (Red+Green+Blue) = 153+120+147=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997893 is #66876C. Grayscale: #848484. Windows color (decimal): -6719341 or 9664665. OLE color: 9664665.

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

Color convert

RGB153120147-
CMYK00.220.040.4
HSL310.91º13.92%53.53%-
HSV(B)310.91º21.57%60%-
XYZ25.1222.3130.59-
YUV132.94135.93142.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 147 (57.81% from 255) = 35%
R=36.43%
G=28.57%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312014700.220.040.4310.9113.9253.53
Hex997893016428137e36
Octal2311702230264504671666
Binary100110011111000100100110101101001010001001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997893; }

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

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

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

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

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

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

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

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