#9F7193

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

Shades of Mountbatten Pink #9F7193

Tints of Mountbatten Pink #9F7193

Color information

#9F7193 (or 0x9F7193) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 71 and 93. RGB value is (159,113,147). Sum of RGB (Red+Green+Blue) = 159+113+147=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7193 is #608E6C. Grayscale: #828282. Windows color (decimal): -6327917 or 9662879. OLE color: 9662879.

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

Color convert

RGB159113147-
CMYK00.290.080.38
HSL315.65º19.33%53.33%-
HSV(B)315.65º28.93%62.35%-
XYZ25.4721.2930.37-
YUV130.63137.24148.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=37.95%
G=26.97%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911314700.290.080.38315.6519.3353.33
Hex9F719301D82613c1335
Octal23716122303510464742365
Binary10011111111000110010011011101100010011010011110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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