Html Css Color HEX #9D7F8C Mountbatten Pink

📋 copy color: '#9D7F8C'

red 157 ◦ green 127 ◦ blue 140

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

Shades of Mountbatten Pink #9D7F8C

Tints of Mountbatten Pink #9D7F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 37.03%
G = 29.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D7F8C (or 0x9D7F8C) is known color: Mountbatten Pink. HEX triplet: 9D, 7F and 8C. RGB value is (157,127,140). Sum of RGB (Red+Green+Blue) = 157+127+140=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F8C is #628073. Grayscale: #898989. Windows color (decimal): -6455412 or 9207709. OLE color: 9207709.

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

Color convert

RGB 157 127 140 -
CMYK 0 0.19 0.11 0.38
HSL 334º 0.13% 0.56% -
HSV(B) 334º 0.19% 0.62% -
XYZ 26.23 24.24 28.11 -
YUV 137.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 157 127 140 0 0.19 0.11 0.38 334 0.13 0.56
Hex 9D 7F 8C 0 13 B 26 14E D 38
Octal 235 177 214 0 23 13 46 516 15 70
Binary 10011101 1111111 10001100 0 10011 1011 100110 101001110 1101 111000

Color Harmonies of #9D7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7F8C

Black with #9D7F8C

Text Example


Text Example

White with #9D7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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