#9A7995

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

Shades of Mountbatten Pink #9A7995

Tints of Mountbatten Pink #9A7995

Color information

#9A7995 (or 0x9A7995) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 79 and 95. RGB value is (154,121,149). Sum of RGB (Red+Green+Blue) = 154+121+149=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7995 is #65866A. Grayscale: #858585. Windows color (decimal): -6653547 or 9795994. OLE color: 9795994.

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

Color convert

RGB154121149-
CMYK00.210.030.40
HSL309.09º14.04%53.92%-
HSV(B)309.09º21.43%60.39%-
XYZ25.5922.7131.47-
YUV134.06136.43142.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=36.32%
G=28.54%
B=35.14%

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
Decimal15412114900.210.030.40309.0914.0453.92
Hex9A7995015328135e36
Octal2321712250253504651666
Binary10011010111100110010101010101111010001001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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