#9F688E

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

Shades of Mountbatten Pink #9F688E

Tints of Mountbatten Pink #9F688E

Color information

#9F688E (or 0x9F688E) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 68 and 8E. RGB value is (159,104,142). Sum of RGB (Red+Green+Blue) = 159+104+142=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F688E is #609771. Grayscale: #7C7C7C. Windows color (decimal): -6330226 or 9332895. OLE color: 9332895.

HSL color Cylindrical-coordinate representation of color #9F688E: hue angle of 318.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F688E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB159104142-
CMYK00.350.110.38
HSL318.55º22.27%51.57%-
HSV(B)318.55º34.59%62.35%-
XYZ24.1319.2228.03-
YUV124.78137.72152.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=39.26%
G=25.68%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910414200.350.110.38318.5522.2751.57
Hex9F688E023B2613f1634
Octal23715021604313464772664
Binary100111111101000100011100100011101110011010011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,142); }

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

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

 a { background-color: rgb(159,104,142); }

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

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

 span { border-color: rgb(159,104,142); }

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