#9B768E

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

Shades of Mountbatten Pink #9B768E

Tints of Mountbatten Pink #9B768E

Color information

#9B768E (or 0x9B768E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 8E. RGB value is (155,118,142). Sum of RGB (Red+Green+Blue) = 155+118+142=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768E is #648971. Grayscale: #838383. Windows color (decimal): -6588786 or 9336475. OLE color: 9336475.

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

Color convert

RGB155118142-
CMYK00.240.080.39
HSL321.08º15.61%53.53%-
HSV(B)321.08º23.87%60.78%-
XYZ24.8821.8828.5-
YUV131.8133.76144.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=37.35%
G=28.43%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511814200.240.080.39321.0815.6153.53
Hex9B768E0188271411036
Octal23316621603010475012066
Binary10011011111011010001110011000100010011110100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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