#9A7C91

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

Shades of Mountbatten Pink #9A7C91

Tints of Mountbatten Pink #9A7C91

Color information

#9A7C91 (or 0x9A7C91) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 7C and 91. RGB value is (154,124,145). Sum of RGB (Red+Green+Blue) = 154+124+145=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C91 is #65836E. Grayscale: #878787. Windows color (decimal): -6652783 or 9534618. OLE color: 9534618.

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

Color convert

RGB154124145-
CMYK00.190.060.40
HSL318º12.93%54.51%-
HSV(B)318º19.48%60.39%-
XYZ25.6423.3329.94-
YUV135.36133.44141.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=36.41%
G=29.31%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412414500.190.060.4031812.9354.51
Hex9A7C9101362813ed37
Octal2321742210236504761567
Binary100110101111100100100010100111101010001001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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