#9F718A

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

Shades of Mountbatten Pink #9F718A

Tints of Mountbatten Pink #9F718A

Color information

#9F718A (or 0x9F718A) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 71 and 8A. RGB value is (159,113,138). Sum of RGB (Red+Green+Blue) = 159+113+138=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718A is #608E75. Grayscale: #818181. Windows color (decimal): -6327926 or 9073055. OLE color: 9073055.

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

Color convert

RGB159113138-
CMYK00.290.130.38
HSL327.39º19.33%53.33%-
HSV(B)327.39º28.93%62.35%-
XYZ24.7921.0226.79-
YUV129.6132.74148.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=38.78%
G=27.56%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911313800.290.130.38327.3919.3353.33
Hex9F718A01DD261471335
Octal23716121203515465072365
Binary10011111111000110001010011101110110011010100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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