#9F7993

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

Shades of Mountbatten Pink #9F7993

Tints of Mountbatten Pink #9F7993

Color information

#9F7993 (or 0x9F7993) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 79 and 93. RGB value is (159,121,147). Sum of RGB (Red+Green+Blue) = 159+121+147=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7993 is #60866C. Grayscale: #878787. Windows color (decimal): -6325869 or 9664927. OLE color: 9664927.

HSL color Cylindrical-coordinate representation of color #9F7993: hue angle of 318.95º 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 #9F7993 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB159121147-
CMYK00.240.080.38
HSL318.95º16.52%54.9%-
HSV(B)318.95º23.9%62.35%-
XYZ26.423.1530.68-
YUV135.33134.59144.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=37.24%
G=28.34%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912114700.240.080.38318.9516.5254.9
Hex9F799301882613f1137
Octal23717122303010464772167
Binary10011111111100110010011011000100010011010011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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