#9A7990

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

Shades of Mountbatten Pink #9A7990

Tints of Mountbatten Pink #9A7990

Color information

#9A7990 (or 0x9A7990) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 79 and 90. RGB value is (154,121,144). Sum of RGB (Red+Green+Blue) = 154+121+144=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7990 is #65866F. Grayscale: #858585. Windows color (decimal): -6653552 or 9468314. OLE color: 9468314.

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

Color convert

RGB154121144-
CMYK00.210.060.40
HSL318.18º14.04%53.92%-
HSV(B)318.18º21.43%60.39%-
XYZ25.222.5629.41-
YUV133.49133.93142.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=36.75%
G=28.88%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412114400.210.060.40318.1814.0453.92
Hex9A799001562813ee36
Octal2321712200256504761666
Binary100110101111001100100000101011101010001001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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