Html Css Color HEX #9D7C8E Mountbatten Pink

📋 copy color: '#9D7C8E'

red 157 ◦ green 124 ◦ blue 142

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

Shades of Mountbatten Pink #9D7C8E

Tints of Mountbatten Pink #9D7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 37.12%
G = 29.31%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D7C8E (or 0x9D7C8E) is known color: Mountbatten Pink. HEX triplet: 9D, 7C and 8E. RGB value is (157,124,142). Sum of RGB (Red+Green+Blue) = 157+124+142=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C8E is #628371. Grayscale: #878787. Windows color (decimal): -6456178 or 9338013. OLE color: 9338013.

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

Color convert

RGB 157 124 142 -
CMYK 0 0.21 0.10 0.38
HSL 327.27º 0.14% 0.55% -
HSV(B) 327.27º 0.21% 0.62% -
XYZ 25.99 23.54 28.76 -
YUV 135.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 157 124 142 0 0.21 0.10 0.38 327.27 0.14 0.55
Hex 9D 7C 8E 0 15 A 26 147 E 37
Octal 235 174 216 0 25 12 46 507 16 67
Binary 10011101 1111100 10001110 0 10101 1010 100110 101000111 1110 110111

Color Harmonies of #9D7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C8E

Black with #9D7C8E

Text Example


Text Example

White with #9D7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,124,142); }

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

background-color css

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

 a { background-color: rgb(157,124,142); }

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

border-color css

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

 span { border-color: rgb(157,124,142); }

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