#9B6B8C

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

Shades of Mountbatten Pink #9B6B8C

Tints of Mountbatten Pink #9B6B8C

Color information

#9B6B8C (or 0x9B6B8C) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6B and 8C. RGB value is (155,107,140). Sum of RGB (Red+Green+Blue) = 155+107+140=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B8C is #649473. Grayscale: #7D7D7D. Windows color (decimal): -6591604 or 9202587. OLE color: 9202587.

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

Color convert

RGB155107140-
CMYK00.310.100.39
HSL318.75º19.35%51.37%-
HSV(B)318.75º30.97%60.78%-
XYZ23.5119.3827.31-
YUV125.11136.4149.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=38.56%
G=26.62%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510714000.310.100.39318.7519.3551.37
Hex9B6B8C01FA2713f1333
Octal23315321403712474772363
Binary10011011110101110001100011111101010011110011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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