Html Css Color HEX #9D738D Mountbatten Pink

📋 copy color: '#9D738D'

red 157 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #9D738D

Tints of Mountbatten Pink #9D738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 38.01%
G = 27.85%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D738D (or 0x9D738D) is known color: Mountbatten Pink. HEX triplet: 9D, 73 and 8D. RGB value is (157,115,141). Sum of RGB (Red+Green+Blue) = 157+115+141=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D738D is #628C72. Grayscale: #828282. Windows color (decimal): -6458483 or 9270173. OLE color: 9270173.

HSL color Cylindrical-coordinate representation of color #9D738D: hue angle of 322.86º 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 #9D738D is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 115 141 -
CMYK 0 0.27 0.10 0.38
HSL 322.86º 0.18% 0.53% -
HSV(B) 322.86º 0.27% 0.62% -
XYZ 24.84 21.35 28.01 -
YUV 130.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 157 115 141 0 0.27 0.10 0.38 322.86 0.18 0.53
Hex 9D 73 8D 0 1B A 26 143 12 35
Octal 235 163 215 0 33 12 46 503 22 65
Binary 10011101 1110011 10001101 0 11011 1010 100110 101000011 10010 110101

Color Harmonies of #9D738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D738D

Black with #9D738D

Text Example


Text Example

White with #9D738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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