#9A7094

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

Shades of Mountbatten Pink #9A7094

Tints of Mountbatten Pink #9A7094

Color information

#9A7094 (or 0x9A7094) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 70 and 94. RGB value is (154,112,148). Sum of RGB (Red+Green+Blue) = 154+112+148=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7094 is #658F6B. Grayscale: #808080. Windows color (decimal): -6655852 or 9728154. OLE color: 9728154.

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

Color convert

RGB154112148-
CMYK00.270.040.40
HSL308.57º17.21%52.16%-
HSV(B)308.57º27.27%60.39%-
XYZ24.4720.630.7-
YUV128.66138.91146.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=37.20%
G=27.05%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411214800.270.040.40308.5717.2152.16
Hex9A709401B4281351134
Octal2321602240334504652164
Binary1001101011100001001010001101110010100010011010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,148); }

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

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

 a { background-color: rgb(154,112,148); }

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

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

 span { border-color: rgb(154,112,148); }

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