#9B7887

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

Shades of Mountbatten Pink #9B7887

Tints of Mountbatten Pink #9B7887

Color information

#9B7887 (or 0x9B7887) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 78 and 87. RGB value is (155,120,135). Sum of RGB (Red+Green+Blue) = 155+120+135=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7887 is #648778. Grayscale: #848484. Windows color (decimal): -6588281 or 8878235. OLE color: 8878235.

HSL color Cylindrical-coordinate representation of color #9B7887: hue angle of 334.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7887 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155120135-
CMYK00.230.130.39
HSL334.29º14.89%53.92%-
HSV(B)334.29º22.58%60.78%-
XYZ24.6122.1525.9-
YUV132.18129.6144.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=37.80%
G=29.27%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512013500.230.130.39334.2914.8953.92
Hex9B7887017D2714ef36
Octal23317020702715475161766
Binary1001101111110001000011101011111011001111010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,135); }

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

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

 a { background-color: rgb(155,120,135); }

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

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

 span { border-color: rgb(155,120,135); }

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