#9C7193

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

Shades of Mountbatten Pink #9C7193

Tints of Mountbatten Pink #9C7193

Color information

#9C7193 (or 0x9C7193) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 71 and 93. RGB value is (156,113,147). Sum of RGB (Red+Green+Blue) = 156+113+147=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7193 is #638E6C. Grayscale: #818181. Windows color (decimal): -6524525 or 9662876. OLE color: 9662876.

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

Color convert

RGB156113147-
CMYK00.280.060.39
HSL312.56º17.84%52.75%-
HSV(B)312.56º27.56%61.18%-
XYZ24.8820.9830.34-
YUV129.73137.75146.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=37.5%
G=27.16%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611314700.280.060.39312.5617.8452.75
Hex9C719301C6271391235
Octal2341612230346474712265
Binary1001110011100011001001101110011010011110011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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