#9D7293

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

Shades of Mountbatten Pink #9D7293

Tints of Mountbatten Pink #9D7293

Color information

#9D7293 (or 0x9D7293) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 72 and 93. RGB value is (157,114,147). Sum of RGB (Red+Green+Blue) = 157+114+147=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7293 is #628D6C. Grayscale: #828282. Windows color (decimal): -6458733 or 9663133. OLE color: 9663133.

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

Color convert

RGB157114147-
CMYK00.270.060.38
HSL313.95º17.99%53.14%-
HSV(B)313.95º27.39%61.57%-
XYZ25.1921.3130.39-
YUV130.62137.25146.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=37.56%
G=27.27%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711414700.270.060.38313.9517.9953.14
Hex9D729301B62613a1235
Octal2351622230336464722265
Binary1001110111100101001001101101111010011010011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,114,147); }

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

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

 a { background-color: rgb(157,114,147); }

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

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

 span { border-color: rgb(157,114,147); }

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