#9D7494

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

Shades of Mountbatten Pink #9D7494

Tints of Mountbatten Pink #9D7494

Color information

#9D7494 (or 0x9D7494) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 74 and 94. RGB value is (157,116,148). Sum of RGB (Red+Green+Blue) = 157+116+148=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7494 is #628B6B. Grayscale: #838383. Windows color (decimal): -6458220 or 9729181. OLE color: 9729181.

HSL color Cylindrical-coordinate representation of color #9D7494: hue angle of 313.17º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7494 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB157116148-
CMYK00.260.060.38
HSL313.17º17.3%53.53%-
HSV(B)313.17º26.11%61.57%-
XYZ25.521.830.88-
YUV131.91137.08145.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=37.29%
G=27.55%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711614800.260.060.38313.1717.353.53
Hex9D749401A6261391136
Octal2351642240326464712166
Binary1001110111101001001010001101011010011010011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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