#9D7192

Color #9D7192 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9D7192

Tints of Mountbatten Pink #9D7192

Color information

#9D7192 (or 0x9D7192) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 71 and 92. RGB value is (157,113,146). Sum of RGB (Red+Green+Blue) = 157+113+146=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7192 is #628E6D. Grayscale: #818181. Windows color (decimal): -6458990 or 9597341. OLE color: 9597341.

HSL color Cylindrical-coordinate representation of color #9D7192: hue angle of 315º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7192 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB157113146-
CMYK00.280.070.38
HSL315º18.33%52.94%-
HSV(B)315º28.03%61.57%-
XYZ2521.0529.94-
YUV129.92137.08147.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=37.74%
G=27.16%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711314600.280.070.3831518.3352.94
Hex9D719201C72613b1235
Octal2351612220347464732265
Binary1001110111100011001001001110011110011010011101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D7192;
 }
 .AnyTagClassName
 {
   color: #9D7192;
 }
</style>
background-color css

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

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

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

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

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

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