#9C7395

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

Shades of Mountbatten Pink #9C7395

Tints of Mountbatten Pink #9C7395

Color information

#9C7395 (or 0x9C7395) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 73 and 95. RGB value is (156,115,149). Sum of RGB (Red+Green+Blue) = 156+115+149=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7395 is #638C6A. Grayscale: #838383. Windows color (decimal): -6524011 or 9794460. OLE color: 9794460.

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

Color convert

RGB156115149-
CMYK00.260.040.39
HSL310.24º17.15%53.14%-
HSV(B)310.24º26.28%61.18%-
XYZ25.2721.531.25-
YUV131.14138.08145.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=37.14%
G=27.38%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611514900.260.040.39310.2417.1553.14
Hex9C739501A4271361135
Octal2341632250324474662165
Binary1001110011100111001010101101010010011110011011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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