#9C7393

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

Shades of Mountbatten Pink #9C7393

Tints of Mountbatten Pink #9C7393

Color information

#9C7393 (or 0x9C7393) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 73 and 93. RGB value is (156,115,147). Sum of RGB (Red+Green+Blue) = 156+115+147=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7393 is #638C6C. Grayscale: #828282. Windows color (decimal): -6524013 or 9663388. OLE color: 9663388.

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

Color convert

RGB156115147-
CMYK00.260.060.39
HSL313.17º17.15%53.14%-
HSV(B)313.17º26.28%61.18%-
XYZ25.1121.4430.42-
YUV130.91137.08145.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=37.32%
G=27.51%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611514700.260.060.39313.1717.1553.14
Hex9C739301A6271391135
Octal2341632230326474712165
Binary1001110011100111001001101101011010011110011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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