#9F7494

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

Shades of Mountbatten Pink #9F7494

Tints of Mountbatten Pink #9F7494

Color information

#9F7494 (or 0x9F7494) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 74 and 94. RGB value is (159,116,148). Sum of RGB (Red+Green+Blue) = 159+116+148=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7494 is #608B6B. Grayscale: #848484. Windows color (decimal): -6327148 or 9729183. OLE color: 9729183.

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

Color convert

RGB159116148-
CMYK00.270.070.38
HSL315.35º18.3%53.92%-
HSV(B)315.35º27.04%62.35%-
XYZ25.892230.9-
YUV132.5136.75146.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=37.59%
G=27.42%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911614800.270.070.38315.3518.353.92
Hex9F749401B72613b1236
Octal2371642240337464732266
Binary1001111111101001001010001101111110011010011101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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