#9C7394

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

Shades of Mountbatten Pink #9C7394

Tints of Mountbatten Pink #9C7394

Color information

#9C7394 (or 0x9C7394) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 73 and 94. RGB value is (156,115,148). Sum of RGB (Red+Green+Blue) = 156+115+148=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7394 is #638C6B. Grayscale: #828282. Windows color (decimal): -6524012 or 9728924. OLE color: 9728924.

HSL color Cylindrical-coordinate representation of color #9C7394: hue angle of 311.71º 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 #9C7394 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB156115148-
CMYK00.260.050.39
HSL311.71º17.15%53.14%-
HSV(B)311.71º26.28%61.18%-
XYZ25.1921.4730.83-
YUV131.02137.58145.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=37.23%
G=27.45%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611514800.260.050.39311.7117.1553.14
Hex9C739401A5271381135
Octal2341632240325474702165
Binary1001110011100111001010001101010110011110011100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,115,148); }

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

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

 a { background-color: rgb(156,115,148); }

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

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

 span { border-color: rgb(156,115,148); }

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