Html Css Color HEX #9D758D Mountbatten Pink

📋 copy color: '#9D758D'

red 157 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #9D758D

Tints of Mountbatten Pink #9D758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

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

R = 37.83%
G = 28.19%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D758D (or 0x9D758D) is known color: Mountbatten Pink. HEX triplet: 9D, 75 and 8D. RGB value is (157,117,141). Sum of RGB (Red+Green+Blue) = 157+117+141=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D758D is #628A72. Grayscale: #838383. Windows color (decimal): -6457971 or 9270685. OLE color: 9270685.

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

Color convert

RGB 157 117 141 -
CMYK 0 0.25 0.10 0.38
HSL 324º 0.17% 0.54% -
HSV(B) 324º 0.25% 0.62% -
XYZ 25.07 21.81 28.09 -
YUV 131.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 157 117 141 0 0.25 0.10 0.38 324 0.17 0.54
Hex 9D 75 8D 0 19 A 26 144 11 36
Octal 235 165 215 0 31 12 46 504 21 66
Binary 10011101 1110101 10001101 0 11001 1010 100110 101000100 10001 110110

Color Harmonies of #9D758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D758D

Black with #9D758D

Text Example


Text Example

White with #9D758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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