#9F7190

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

Shades of Mountbatten Pink #9F7190

Tints of Mountbatten Pink #9F7190

Color information

#9F7190 (or 0x9F7190) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 71 and 90. RGB value is (159,113,144). Sum of RGB (Red+Green+Blue) = 159+113+144=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7190 is #608E6F. Grayscale: #828282. Windows color (decimal): -6327920 or 9466271. OLE color: 9466271.

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

Color convert

RGB159113144-
CMYK00.290.090.38
HSL319.57º19.33%53.33%-
HSV(B)319.57º28.93%62.35%-
XYZ25.2421.1929.15-
YUV130.29135.74148.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=38.22%
G=27.16%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911314400.290.090.38319.5719.3353.33
Hex9F719001D9261401335
Octal23716122003511465002365
Binary10011111111000110010000011101100110011010100000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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