#9C7487

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

Shades of Mountbatten Pink #9C7487

Tints of Mountbatten Pink #9C7487

Color information

#9C7487 (or 0x9C7487) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 74 and 87. RGB value is (156,116,135). Sum of RGB (Red+Green+Blue) = 156+116+135=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7487 is #638B78. Grayscale: #828282. Windows color (decimal): -6523769 or 8877212. OLE color: 8877212.

HSL color Cylindrical-coordinate representation of color #9C7487: hue angle of 331.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7487 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156116135-
CMYK00.260.130.39
HSL331.5º16.81%53.33%-
HSV(B)331.5º25.64%61.18%-
XYZ24.3321.3125.75-
YUV130.13130.75146.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=38.33%
G=28.50%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611613500.260.130.39331.516.8153.33
Hex9C748701AD2714c1135
Octal23416420703215475142165
Binary10011100111010010000111011010110110011110100110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,135); }

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

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

 a { background-color: rgb(156,116,135); }

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

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

 span { border-color: rgb(156,116,135); }

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