#9A7192

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

Shades of Mountbatten Pink #9A7192

Tints of Mountbatten Pink #9A7192

Color information

#9A7192 (or 0x9A7192) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 71 and 92. RGB value is (154,113,146). Sum of RGB (Red+Green+Blue) = 154+113+146=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7192 is #658E6D. Grayscale: #808080. Windows color (decimal): -6655598 or 9597338. OLE color: 9597338.

HSL color Cylindrical-coordinate representation of color #9A7192: hue angle of 311.71º 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 #9A7192 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB154113146-
CMYK00.270.050.40
HSL311.71º16.87%52.35%-
HSV(B)311.71º26.62%60.39%-
XYZ24.4220.7629.91-
YUV129.02137.58145.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=37.29%
G=27.36%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411314600.270.050.40311.7116.8752.35
Hex9A719201B5281381134
Octal2321612220335504702164
Binary1001101011100011001001001101110110100010011100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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