#9B7895

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

Shades of Mountbatten Pink #9B7895

Tints of Mountbatten Pink #9B7895

Color information

#9B7895 (or 0x9B7895) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 78 and 95. RGB value is (155,120,149). Sum of RGB (Red+Green+Blue) = 155+120+149=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7895 is #64876A. Grayscale: #858585. Windows color (decimal): -6588267 or 9795739. OLE color: 9795739.

HSL color Cylindrical-coordinate representation of color #9B7895: hue angle of 310.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 #9B7895 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155120149-
CMYK00.230.040.39
HSL310.29º14.89%53.92%-
HSV(B)310.29º22.58%60.78%-
XYZ25.6622.5731.44-
YUV133.77136.6143.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=36.56%
G=28.30%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512014900.230.040.39310.2914.8953.92
Hex9B7895017427136f36
Octal2331702250274474661766
Binary100110111111000100101010101111001001111001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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