Html Css Color HEX #9A7989 Mountbatten Pink

📋 copy color: '#9A7989'

red 154 ◦ green 121 ◦ blue 137

#9A7989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #9A7989

Tints of Mountbatten Pink #9A7989

RGB

 RED value IS 154 (60.55% from 255) = 37.38%

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 37.38%
G = 29.37%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A7989 (or 0x9A7989) is known color: Mountbatten Pink. HEX triplet: 9A, 79 and 89. RGB value is (154,121,137). Sum of RGB (Red+Green+Blue) = 154+121+137=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7989 is #658676. Grayscale: #848484. Windows color (decimal): -6653559 or 9009562. OLE color: 9009562.

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

Color convert

RGB 154 121 137 -
CMYK 0 0.21 0.11 0.40
HSL 330.91º 0.14% 0.54% -
HSV(B) 330.91º 0.21% 0.6% -
XYZ 24.68 22.35 26.68 -
YUV 132.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 154 121 137 0 0.21 0.11 0.40 330.91 0.14 0.54
Hex 9A 79 89 0 15 B 28 14B E 36
Octal 232 171 211 0 25 13 50 513 16 66
Binary 10011010 1111001 10001001 0 10101 1011 101000 101001011 1110 110110

Color Harmonies of #9A7989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7989

Black with #9A7989

Text Example


Text Example

White with #9A7989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A7989;
 }
 .AnyTagClassName
 {
   color: #9A7989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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