#9D808E

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

Shades of Mountbatten Pink #9D808E

Tints of Mountbatten Pink #9D808E

Color information

#9D808E (or 0x9D808E) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 80 and 8E. RGB value is (157,128,142). Sum of RGB (Red+Green+Blue) = 157+128+142=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D808E is #627F71. Grayscale: #8A8A8A. Windows color (decimal): -6455154 or 9339037. OLE color: 9339037.

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

Color convert

RGB157128142-
CMYK00.180.100.38
HSL331.03º12.89%55.88%-
HSV(B)331.03º18.47%61.57%-
XYZ26.5124.5628.93-
YUV138.27130.11141.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=36.77%
G=29.98%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712814200.180.100.38331.0312.8955.88
Hex9D808E012A2614bd38
Octal23520021602212465131570
Binary10011101100000001000111001001010101001101010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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