#9B6F8A

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

Shades of Mountbatten Pink #9B6F8A

Tints of Mountbatten Pink #9B6F8A

Color information

#9B6F8A (or 0x9B6F8A) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6F and 8A. RGB value is (155,111,138). Sum of RGB (Red+Green+Blue) = 155+111+138=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F8A is #649075. Grayscale: #7F7F7F. Windows color (decimal): -6590582 or 9072539. OLE color: 9072539.

HSL color Cylindrical-coordinate representation of color #9B6F8A: hue angle of 323.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F8A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB155111138-
CMYK00.280.110.39
HSL323.18º18.03%52.16%-
HSV(B)323.18º28.39%60.78%-
XYZ23.7920.1726.68-
YUV127.23134.08147.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=38.37%
G=27.48%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511113800.280.110.39323.1818.0352.16
Hex9B6F8A01CB271431234
Octal23315721203413475032264
Binary10011011110111110001010011100101110011110100001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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