#9A7C97

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

Shades of Mountbatten Pink #9A7C97

Tints of Mountbatten Pink #9A7C97

Color information

#9A7C97 (or 0x9A7C97) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 7C and 97. RGB value is (154,124,151). Sum of RGB (Red+Green+Blue) = 154+124+151=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C97 is #658368. Grayscale: #878787. Windows color (decimal): -6652777 or 9927834. OLE color: 9927834.

HSL color Cylindrical-coordinate representation of color #9A7C97: hue angle of 306º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C97 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB154124151-
CMYK00.190.020.40
HSL306º12.93%54.51%-
HSV(B)306º19.48%60.39%-
XYZ26.1223.5232.44-
YUV136.05136.44140.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=35.90%
G=28.90%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412415100.190.020.4030612.9354.51
Hex9A7C97013228132d37
Octal2321742270232504621567
Binary10011010111110010010111010011101010001001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,151); }

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

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

 a { background-color: rgb(154,124,151); }

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

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

 span { border-color: rgb(154,124,151); }

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