Html Css Color HEX #9D738A Mountbatten Pink

📋 copy color: '#9D738A'

red 157 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #9D738A

Tints of Mountbatten Pink #9D738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 38.29%
G = 28.05%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D738A (or 0x9D738A) is known color: Mountbatten Pink. HEX triplet: 9D, 73 and 8A. RGB value is (157,115,138). Sum of RGB (Red+Green+Blue) = 157+115+138=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D738A is #628C75. Grayscale: #828282. Windows color (decimal): -6458486 or 9073565. OLE color: 9073565.

HSL color Cylindrical-coordinate representation of color #9D738A: hue angle of 327.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D738A is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 115 138 -
CMYK 0 0.27 0.12 0.38
HSL 327.14º 0.18% 0.53% -
HSV(B) 327.14º 0.27% 0.62% -
XYZ 24.62 21.26 26.85 -
YUV 130.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 157 115 138 0 0.27 0.12 0.38 327.14 0.18 0.53
Hex 9D 73 8A 0 1B C 26 147 12 35
Octal 235 163 212 0 33 14 46 507 22 65
Binary 10011101 1110011 10001010 0 11011 1100 100110 101000111 10010 110101

Color Harmonies of #9D738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D738A

Black with #9D738A

Text Example


Text Example

White with #9D738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,115,138); }

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

background-color css

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

 a { background-color: rgb(157,115,138); }

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

border-color css

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

 span { border-color: rgb(157,115,138); }

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