#9F7089

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

Shades of Mountbatten Pink #9F7089

Tints of Mountbatten Pink #9F7089

Color information

#9F7089 (or 0x9F7089) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 70 and 89. RGB value is (159,112,137). Sum of RGB (Red+Green+Blue) = 159+112+137=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7089 is #608F76. Grayscale: #808080. Windows color (decimal): -6328183 or 9007263. OLE color: 9007263.

HSL color Cylindrical-coordinate representation of color #9F7089: hue angle of 328.09º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7089 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB159112137-
CMYK00.300.140.38
HSL328.09º19.67%53.14%-
HSV(B)328.09º29.56%62.35%-
XYZ24.6120.7726.38-
YUV128.9132.57149.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=38.97%
G=27.45%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911213700.300.140.38328.0919.6753.14
Hex9F708901EE261481435
Octal23716021103616465102465
Binary10011111111000010001001011110111010011010100100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7089; }

 p { color: rgb(159,112,137); }

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

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

 a { background-color: rgb(159,112,137); }

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

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

 span { border-color: rgb(159,112,137); }

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