#9A7B8A

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

Shades of Mountbatten Pink #9A7B8A

Tints of Mountbatten Pink #9A7B8A

Color information

#9A7B8A (or 0x9A7B8A) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 7B and 8A. RGB value is (154,123,138). Sum of RGB (Red+Green+Blue) = 154+123+138=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B8A is #658475. Grayscale: #858585. Windows color (decimal): -6653046 or 9075610. OLE color: 9075610.

HSL color Cylindrical-coordinate representation of color #9A7B8A: hue angle of 330.97º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B8A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB154123138-
CMYK00.200.100.40
HSL330.97º13.3%54.31%-
HSV(B)330.97º20.13%60.39%-
XYZ2522.8727.14-
YUV133.98130.27142.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.11%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=37.11%
G=29.64%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412313800.200.100.40330.9713.354.31
Hex9A7B8A014A2814bd36
Octal23217321202412505131566
Binary1001101011110111000101001010010101010001010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,138); }

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

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

 a { background-color: rgb(154,123,138); }

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

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

 span { border-color: rgb(154,123,138); }

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