Html Css Color HEX #9D7C90 Mountbatten Pink

📋 copy color: '#9D7C90'

red 157 ◦ green 124 ◦ blue 144

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

Shades of Mountbatten Pink #9D7C90

Tints of Mountbatten Pink #9D7C90

RGB

 RED value IS 157 (61.72% from 255) = 36.94%

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 36.94%
G = 29.18%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D7C90 (or 0x9D7C90) is known color: Mountbatten Pink. HEX triplet: 9D, 7C and 90. RGB value is (157,124,144). Sum of RGB (Red+Green+Blue) = 157+124+144=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C90 is #62836F. Grayscale: #888888. Windows color (decimal): -6456176 or 9469085. OLE color: 9469085.

HSL color Cylindrical-coordinate representation of color #9D7C90: hue angle of 323.64º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D7C90 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 144 -
CMYK 0 0.21 0.08 0.38
HSL 323.64º 0.14% 0.55% -
HSV(B) 323.64º 0.21% 0.62% -
XYZ 26.15 23.6 29.56 -
YUV 136.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 157 124 144 0 0.21 0.08 0.38 323.64 0.14 0.55
Hex 9D 7C 90 0 15 8 26 144 E 37
Octal 235 174 220 0 25 10 46 504 16 67
Binary 10011101 1111100 10010000 0 10101 1000 100110 101000100 1110 110111

Color Harmonies of #9D7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C90

Black with #9D7C90

Text Example


Text Example

White with #9D7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,124,144); }

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

background-color css

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

 a { background-color: rgb(157,124,144); }

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

border-color css

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

 span { border-color: rgb(157,124,144); }

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