#9A7A95

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

Shades of Mountbatten Pink #9A7A95

Tints of Mountbatten Pink #9A7A95

Color information

#9A7A95 (or 0x9A7A95) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 7A and 95. RGB value is (154,122,149). Sum of RGB (Red+Green+Blue) = 154+122+149=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A95 is #65856A. Grayscale: #868686. Windows color (decimal): -6653291 or 9796250. OLE color: 9796250.

HSL color Cylindrical-coordinate representation of color #9A7A95: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7A95 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB154122149-
CMYK00.210.030.40
HSL309.38º13.68%54.12%-
HSV(B)309.38º20.78%60.39%-
XYZ25.7122.9631.51-
YUV134.65136.1141.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=36.24%
G=28.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412214900.210.030.40309.3813.6854.12
Hex9A7A95015328135e36
Octal2321722250253504651666
Binary10011010111101010010101010101111010001001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,122,149); }

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

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

 a { background-color: rgb(154,122,149); }

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

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

 span { border-color: rgb(154,122,149); }

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