#9B7587

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

Shades of Mountbatten Pink #9B7587

Tints of Mountbatten Pink #9B7587

Color information

#9B7587 (or 0x9B7587) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 75 and 87. RGB value is (155,117,135). Sum of RGB (Red+Green+Blue) = 155+117+135=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7587 is #648A78. Grayscale: #828282. Windows color (decimal): -6589049 or 8877467. OLE color: 8877467.

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

Color convert

RGB155117135-
CMYK00.250.130.39
HSL331.58º15.97%53.33%-
HSV(B)331.58º24.52%60.78%-
XYZ24.2521.4425.78-
YUV130.41130.59145.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.08%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=38.08%
G=28.75%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511713500.250.130.39331.5815.9753.33
Hex9B7587019D2714c1035
Octal23316520703115475142065
Binary10011011111010110000111011001110110011110100110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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