#9B768A

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

Shades of Mountbatten Pink #9B768A

Tints of Mountbatten Pink #9B768A

Color information

#9B768A (or 0x9B768A) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 8A. RGB value is (155,118,138). Sum of RGB (Red+Green+Blue) = 155+118+138=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768A is #648975. Grayscale: #838383. Windows color (decimal): -6588790 or 9074331. OLE color: 9074331.

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

Color convert

RGB155118138-
CMYK00.240.110.39
HSL327.57º15.61%53.53%-
HSV(B)327.57º23.87%60.78%-
XYZ24.5821.7626.95-
YUV131.34131.76144.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=37.71%
G=28.71%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511813800.240.110.39327.5715.6153.53
Hex9B768A018B271481036
Octal23316621203013475102066
Binary10011011111011010001010011000101110011110100100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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