#9F7992

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

Shades of Mountbatten Pink #9F7992

Tints of Mountbatten Pink #9F7992

Color information

#9F7992 (or 0x9F7992) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 79 and 92. RGB value is (159,121,146). Sum of RGB (Red+Green+Blue) = 159+121+146=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7992 is #60866D. Grayscale: #878787. Windows color (decimal): -6325870 or 9599391. OLE color: 9599391.

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

Color convert

RGB159121146-
CMYK00.240.080.38
HSL320.53º16.52%54.9%-
HSV(B)320.53º23.9%62.35%-
XYZ26.3223.1230.27-
YUV135.21134.09144.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=37.32%
G=28.40%
B=34.27%

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
Decimal15912114600.240.080.38320.5316.5254.9
Hex9F79920188261411137
Octal23717122203010465012167
Binary10011111111100110010010011000100010011010100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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