#9F7994

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

Shades of Mountbatten Pink #9F7994

Tints of Mountbatten Pink #9F7994

Color information

#9F7994 (or 0x9F7994) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 79 and 94. RGB value is (159,121,148). Sum of RGB (Red+Green+Blue) = 159+121+148=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7994 is #60866B. Grayscale: #878787. Windows color (decimal): -6325868 or 9730463. OLE color: 9730463.

HSL color Cylindrical-coordinate representation of color #9F7994: hue angle of 317.37º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F7994 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB159121148-
CMYK00.240.070.38
HSL317.37º16.52%54.9%-
HSV(B)317.37º23.9%62.35%-
XYZ26.4823.1831.1-
YUV135.44135.09144.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=37.15%
G=28.27%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912114800.240.070.38317.3716.5254.9
Hex9F799401872613d1137
Octal2371712240307464752167
Binary1001111111110011001010001100011110011010011110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,148); }

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

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

 a { background-color: rgb(159,121,148); }

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

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

 span { border-color: rgb(159,121,148); }

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