#9F678E

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

Shades of Mountbatten Pink #9F678E

Tints of Mountbatten Pink #9F678E

Color information

#9F678E (or 0x9F678E) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 67 and 8E. RGB value is (159,103,142). Sum of RGB (Red+Green+Blue) = 159+103+142=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F678E is #609871. Grayscale: #7C7C7C. Windows color (decimal): -6330482 or 9332639. OLE color: 9332639.

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

Color convert

RGB159103142-
CMYK00.350.110.38
HSL318.21º22.58%51.37%-
HSV(B)318.21º35.22%62.35%-
XYZ24.0319.0228-
YUV124.19138.05152.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=39.36%
G=25.50%
B=35.15%

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
Decimal15910314200.350.110.38318.2122.5851.37
Hex9F678E023B2613e1733
Octal23714721604313464762763
Binary100111111100111100011100100011101110011010011111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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