#9B7288

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

Shades of Mountbatten Pink #9B7288

Tints of Mountbatten Pink #9B7288

Color information

#9B7288 (or 0x9B7288) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 72 and 88. RGB value is (155,114,136). Sum of RGB (Red+Green+Blue) = 155+114+136=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7288 is #648D77. Grayscale: #808080. Windows color (decimal): -6589816 or 8942235. OLE color: 8942235.

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

Color convert

RGB155114136-
CMYK00.260.120.39
HSL327.8º17.01%52.75%-
HSV(B)327.8º26.45%60.78%-
XYZ23.9820.7826.04-
YUV128.77132.08146.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=38.27%
G=28.15%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511413600.260.120.39327.817.0152.75
Hex9B728801AC271481135
Octal23316221003214475102165
Binary10011011111001010001000011010110010011110100100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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