#9D7093

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

Shades of Mountbatten Pink #9D7093

Tints of Mountbatten Pink #9D7093

Color information

#9D7093 (or 0x9D7093) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 70 and 93. RGB value is (157,112,147). Sum of RGB (Red+Green+Blue) = 157+112+147=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7093 is #628F6C. Grayscale: #818181. Windows color (decimal): -6459245 or 9662621. OLE color: 9662621.

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

Color convert

RGB157112147-
CMYK00.290.060.38
HSL313.33º18.67%52.75%-
HSV(B)313.33º28.66%61.57%-
XYZ24.9720.8630.31-
YUV129.44137.91147.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=37.74%
G=26.92%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711214700.290.060.38313.3318.6752.75
Hex9D709301D6261391335
Octal2351602230356464712365
Binary1001110111100001001001101110111010011010011100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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