#9B7695

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

Shades of Mountbatten Pink #9B7695

Tints of Mountbatten Pink #9B7695

Color information

#9B7695 (or 0x9B7695) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 95. RGB value is (155,118,149). Sum of RGB (Red+Green+Blue) = 155+118+149=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7695 is #64896A. Grayscale: #848484. Windows color (decimal): -6588779 or 9795227. OLE color: 9795227.

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

Color convert

RGB155118149-
CMYK00.240.040.39
HSL309.73º15.61%53.53%-
HSV(B)309.73º23.87%60.78%-
XYZ25.4222.131.36-
YUV132.6137.26143.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=36.73%
G=27.96%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511814900.240.040.39309.7315.6153.53
Hex9B76950184271361036
Octal2331662250304474662066
Binary1001101111101101001010101100010010011110011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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