Html Css Color HEX #9D7C94 Mountbatten Pink

📋 copy color: '#9D7C94'

red 157 ◦ green 124 ◦ blue 148

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

Shades of Mountbatten Pink #9D7C94

Tints of Mountbatten Pink #9D7C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 36.6%
G = 28.9%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D7C94 (or 0x9D7C94) is known color: Mountbatten Pink. HEX triplet: 9D, 7C and 94. RGB value is (157,124,148). Sum of RGB (Red+Green+Blue) = 157+124+148=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C94 is #62836B. Grayscale: #888888. Windows color (decimal): -6456172 or 9731229. OLE color: 9731229.

HSL color Cylindrical-coordinate representation of color #9D7C94: hue angle of 316.36º 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 #9D7C94 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 148 -
CMYK 0 0.21 0.06 0.38
HSL 316.36º 0.14% 0.55% -
HSV(B) 316.36º 0.21% 0.62% -
XYZ 26.46 23.72 31.2 -
YUV 136.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 157 124 148 0 0.21 0.06 0.38 316.36 0.14 0.55
Hex 9D 7C 94 0 15 6 26 13C E 37
Octal 235 174 224 0 25 6 46 474 16 67
Binary 10011101 1111100 10010100 0 10101 110 100110 100111100 1110 110111

Color Harmonies of #9D7C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C94

Black with #9D7C94

Text Example


Text Example

White with #9D7C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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