#9D678E

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

Shades of Mountbatten Pink #9D678E

Tints of Mountbatten Pink #9D678E

Color information

#9D678E (or 0x9D678E) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 67 and 8E. RGB value is (157,103,142). Sum of RGB (Red+Green+Blue) = 157+103+142=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D678E is #629871. Grayscale: #7B7B7B. Windows color (decimal): -6461554 or 9332637. OLE color: 9332637.

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

Color convert

RGB157103142-
CMYK00.340.100.38
HSL316.67º21.6%50.98%-
HSV(B)316.67º34.39%61.57%-
XYZ23.6418.8227.98-
YUV123.59138.39151.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=39.05%
G=25.62%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710314200.340.100.38316.6721.650.98
Hex9D678E022A2613d1633
Octal23514721604212464752663
Binary100111011100111100011100100010101010011010011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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