#9B6D8B

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

Shades of Mountbatten Pink #9B6D8B

Tints of Mountbatten Pink #9B6D8B

Color information

#9B6D8B (or 0x9B6D8B) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6D and 8B. RGB value is (155,109,139). Sum of RGB (Red+Green+Blue) = 155+109+139=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D8B is #649274. Grayscale: #7E7E7E. Windows color (decimal): -6591093 or 9137563. OLE color: 9137563.

HSL color Cylindrical-coordinate representation of color #9B6D8B: hue angle of 320.87º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6D8B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155109139-
CMYK00.300.100.39
HSL320.87º18.7%51.76%-
HSV(B)320.87º29.68%60.78%-
XYZ23.6519.7727-
YUV126.17135.24148.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=38.46%
G=27.05%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510913900.300.100.39320.8718.751.76
Hex9B6D8B01EA271411334
Octal23315521303612475012364
Binary10011011110110110001011011110101010011110100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,139); }

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

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

 a { background-color: rgb(155,109,139); }

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

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

 span { border-color: rgb(155,109,139); }

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