Html Css Color HEX #9D708D Mountbatten Pink

📋 copy color: '#9D708D'

red 157 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #9D708D

Tints of Mountbatten Pink #9D708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 38.29%
G = 27.32%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D708D (or 0x9D708D) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 8D. RGB value is (157,112,141). Sum of RGB (Red+Green+Blue) = 157+112+141=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708D is #628F72. Grayscale: #808080. Windows color (decimal): -6459251 or 9269405. OLE color: 9269405.

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

Color convert

RGB 157 112 141 -
CMYK 0 0.29 0.10 0.38
HSL 321.33º 0.19% 0.53% -
HSV(B) 321.33º 0.29% 0.62% -
XYZ 24.51 20.68 27.9 -
YUV 128.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 157 112 141 0 0.29 0.10 0.38 321.33 0.19 0.53
Hex 9D 70 8D 0 1D A 26 141 13 35
Octal 235 160 215 0 35 12 46 501 23 65
Binary 10011101 1110000 10001101 0 11101 1010 100110 101000001 10011 110101

Color Harmonies of #9D708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D708D

Black with #9D708D

Text Example


Text Example

White with #9D708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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