#9B7588

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

Shades of Mountbatten Pink #9B7588

Tints of Mountbatten Pink #9B7588

Color information

#9B7588 (or 0x9B7588) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 75 and 88. RGB value is (155,117,136). Sum of RGB (Red+Green+Blue) = 155+117+136=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7588 is #648A77. Grayscale: #828282. Windows color (decimal): -6589048 or 8943003. OLE color: 8943003.

HSL color Cylindrical-coordinate representation of color #9B7588: hue angle of 330º 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 #9B7588 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155117136-
CMYK00.250.120.39
HSL330º15.97%53.33%-
HSV(B)330º24.52%60.78%-
XYZ24.3221.4726.15-
YUV130.53131.09145.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=37.99%
G=28.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511713600.250.120.3933015.9753.33
Hex9B7588019C2714a1035
Octal23316521003114475122065
Binary10011011111010110001000011001110010011110100101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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