#9B6D8C

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

Shades of Mountbatten Pink #9B6D8C

Tints of Mountbatten Pink #9B6D8C

Color information

#9B6D8C (or 0x9B6D8C) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6D and 8C. RGB value is (155,109,140). Sum of RGB (Red+Green+Blue) = 155+109+140=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D8C is #649273. Grayscale: #7E7E7E. Windows color (decimal): -6591092 or 9203099. OLE color: 9203099.

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

Color convert

RGB155109140-
CMYK00.300.100.39
HSL319.57º18.7%51.76%-
HSV(B)319.57º29.68%60.78%-
XYZ23.7219.827.38-
YUV126.29135.74148.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=38.37%
G=26.98%
B=34.65%

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
Decimal15510914000.300.100.39319.5718.751.76
Hex9B6D8C01EA271401334
Octal23315521403612475002364
Binary10011011110110110001100011110101010011110100000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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