#9D7A8B

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

Shades of Mountbatten Pink #9D7A8B

Tints of Mountbatten Pink #9D7A8B

Color information

#9D7A8B (or 0x9D7A8B) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 7A and 8B. RGB value is (157,122,139). Sum of RGB (Red+Green+Blue) = 157+122+139=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A8B is #628574. Grayscale: #868686. Windows color (decimal): -6456693 or 9140893. OLE color: 9140893.

HSL color Cylindrical-coordinate representation of color #9D7A8B: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7A8B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB157122139-
CMYK00.220.110.38
HSL330.86º15.15%54.71%-
HSV(B)330.86º22.29%61.57%-
XYZ25.5222.9527.51-
YUV134.4130.6144.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=37.56%
G=29.19%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712213900.220.110.38330.8615.1554.71
Hex9D7A8B016B2614bf37
Octal23517221302613465131767
Binary1001110111110101000101101011010111001101010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,139); }

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

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

 a { background-color: rgb(157,122,139); }

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

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

 span { border-color: rgb(157,122,139); }

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