#9A7190

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

Shades of Mountbatten Pink #9A7190

Tints of Mountbatten Pink #9A7190

Color information

#9A7190 (or 0x9A7190) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 71 and 90. RGB value is (154,113,144). Sum of RGB (Red+Green+Blue) = 154+113+144=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7190 is #658E6F. Grayscale: #808080. Windows color (decimal): -6655600 or 9466266. OLE color: 9466266.

HSL color Cylindrical-coordinate representation of color #9A7190: hue angle of 314.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7190 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB154113144-
CMYK00.270.060.40
HSL314.63º16.87%52.35%-
HSV(B)314.63º26.62%60.39%-
XYZ24.2720.6929.1-
YUV128.79136.58145.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=37.47%
G=27.49%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411314400.270.060.40314.6316.8752.35
Hex9A719001B62813b1134
Octal2321612200336504732164
Binary1001101011100011001000001101111010100010011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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