Html Css Color HEX #9D718C Mountbatten Pink

📋 copy color: '#9D718C'

red 157 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #9D718C

Tints of Mountbatten Pink #9D718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 38.29%
G = 27.56%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D718C (or 0x9D718C) is known color: Mountbatten Pink. HEX triplet: 9D, 71 and 8C. RGB value is (157,113,140). Sum of RGB (Red+Green+Blue) = 157+113+140=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D718C is #628E73. Grayscale: #818181. Windows color (decimal): -6458996 or 9204125. OLE color: 9204125.

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

Color convert

RGB 157 113 140 -
CMYK 0 0.28 0.11 0.38
HSL 323.18º 0.18% 0.53% -
HSV(B) 323.18º 0.28% 0.62% -
XYZ 24.54 20.87 27.55 -
YUV 129.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 157 113 140 0 0.28 0.11 0.38 323.18 0.18 0.53
Hex 9D 71 8C 0 1C B 26 143 12 35
Octal 235 161 214 0 34 13 46 503 22 65
Binary 10011101 1110001 10001100 0 11100 1011 100110 101000011 10010 110101

Color Harmonies of #9D718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D718C

Black with #9D718C

Text Example


Text Example

White with #9D718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,113,140); }

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

background-color css

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

 a { background-color: rgb(157,113,140); }

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

border-color css

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

 span { border-color: rgb(157,113,140); }

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