Html Css Color HEX #9D7C95 Mountbatten Pink

📋 copy color: '#9D7C95'

red 157 ◦ green 124 ◦ blue 149

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

Shades of Mountbatten Pink #9D7C95

Tints of Mountbatten Pink #9D7C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 36.51%
G = 28.84%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D7C95 (or 0x9D7C95) is known color: Mountbatten Pink. HEX triplet: 9D, 7C and 95. RGB value is (157,124,149). Sum of RGB (Red+Green+Blue) = 157+124+149=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C95 is #62836A. Grayscale: #888888. Windows color (decimal): -6456171 or 9796765. OLE color: 9796765.

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

Color convert

RGB 157 124 149 -
CMYK 0 0.21 0.05 0.38
HSL 314.55º 0.14% 0.55% -
HSV(B) 314.55º 0.21% 0.62% -
XYZ 26.54 23.75 31.62 -
YUV 136.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 157 124 149 0 0.21 0.05 0.38 314.55 0.14 0.55
Hex 9D 7C 95 0 15 5 26 13B E 37
Octal 235 174 225 0 25 5 46 473 16 67
Binary 10011101 1111100 10010101 0 10101 101 100110 100111011 1110 110111

Color Harmonies of #9D7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C95

Black with #9D7C95

Text Example


Text Example

White with #9D7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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