#9F7394

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

Shades of Mountbatten Pink #9F7394

Tints of Mountbatten Pink #9F7394

Color information

#9F7394 (or 0x9F7394) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 73 and 94. RGB value is (159,115,148). Sum of RGB (Red+Green+Blue) = 159+115+148=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7394 is #608C6B. Grayscale: #838383. Windows color (decimal): -6327404 or 9728927. OLE color: 9728927.

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

Color convert

RGB159115148-
CMYK00.280.070.38
HSL315º18.64%53.73%-
HSV(B)315º27.67%62.35%-
XYZ25.7721.7730.86-
YUV131.92137.08147.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=37.68%
G=27.25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911514800.280.070.3831518.6453.73
Hex9F739401C72613b1336
Octal2371632240347464732366
Binary1001111111100111001010001110011110011010011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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