#9C7190

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

Shades of Mountbatten Pink #9C7190

Tints of Mountbatten Pink #9C7190

Color information

#9C7190 (or 0x9C7190) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 71 and 90. RGB value is (156,113,144). Sum of RGB (Red+Green+Blue) = 156+113+144=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7190 is #638E6F. Grayscale: #818181. Windows color (decimal): -6524528 or 9466268. OLE color: 9466268.

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

Color convert

RGB156113144-
CMYK00.280.080.39
HSL316.74º17.84%52.75%-
HSV(B)316.74º27.56%61.18%-
XYZ24.6520.8929.12-
YUV129.39136.25146.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=37.77%
G=27.36%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611314400.280.080.39316.7417.8452.75
Hex9C719001C82713d1235
Octal23416122003410474752265
Binary10011100111000110010000011100100010011110011110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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