#9C738D

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

Shades of Mountbatten Pink #9C738D

Tints of Mountbatten Pink #9C738D

Color information

#9C738D (or 0x9C738D) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 73 and 8D. RGB value is (156,115,141). Sum of RGB (Red+Green+Blue) = 156+115+141=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C738D is #638C72. Grayscale: #828282. Windows color (decimal): -6524019 or 9270172. OLE color: 9270172.

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

Color convert

RGB156115141-
CMYK00.260.100.39
HSL321.95º17.15%53.14%-
HSV(B)321.95º26.28%61.18%-
XYZ24.6521.2528-
YUV130.22134.08146.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=37.86%
G=27.91%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611514100.260.100.39321.9517.1553.14
Hex9C738D01AA271421135
Octal23416321503212475022165
Binary10011100111001110001101011010101010011110100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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