Html Css Color HEX #9D7D92 Mountbatten Pink

📋 copy color: '#9D7D92'

red 157 ◦ green 125 ◦ blue 146

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

Shades of Mountbatten Pink #9D7D92

Tints of Mountbatten Pink #9D7D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 36.68%
G = 29.21%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9D7D92 (or 0x9D7D92) is known color: Mountbatten Pink. HEX triplet: 9D, 7D and 92. RGB value is (157,125,146). Sum of RGB (Red+Green+Blue) = 157+125+146=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D92 is #62826D. Grayscale: #888888. Windows color (decimal): -6455918 or 9600413. OLE color: 9600413.

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

Color convert

RGB 157 125 146 -
CMYK 0 0.20 0.07 0.38
HSL 320.63º 0.14% 0.55% -
HSV(B) 320.63º 0.2% 0.62% -
XYZ 26.43 23.91 30.42 -
YUV 136.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 157 125 146 0 0.20 0.07 0.38 320.63 0.14 0.55
Hex 9D 7D 92 0 14 7 26 141 E 37
Octal 235 175 222 0 24 7 46 501 16 67
Binary 10011101 1111101 10010010 0 10100 111 100110 101000001 1110 110111

Color Harmonies of #9D7D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7D92

Black with #9D7D92

Text Example


Text Example

White with #9D7D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,125,146); }

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

background-color css

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

 a { background-color: rgb(157,125,146); }

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

border-color css

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

 span { border-color: rgb(157,125,146); }

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