#9E728D

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

Shades of Mountbatten Pink #9E728D

Tints of Mountbatten Pink #9E728D

Color information

#9E728D (or 0x9E728D) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 72 and 8D. RGB value is (158,114,141). Sum of RGB (Red+Green+Blue) = 158+114+141=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E728D is #618D72. Grayscale: #828282. Windows color (decimal): -6393203 or 9269918. OLE color: 9269918.

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

Color convert

RGB158114141-
CMYK00.280.110.38
HSL323.18º18.49%53.33%-
HSV(B)323.18º27.85%61.96%-
XYZ24.9321.2327.98-
YUV130.23134.08147.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=38.26%
G=27.60%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811414100.280.110.38323.1818.4953.33
Hex9E728D01CB261431235
Octal23616221503413465032265
Binary10011110111001010001101011100101110011010100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,141); }

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

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

 a { background-color: rgb(158,114,141); }

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

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

 span { border-color: rgb(158,114,141); }

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