#9B6B8E

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

Shades of Mountbatten Pink #9B6B8E

Tints of Mountbatten Pink #9B6B8E

Color information

#9B6B8E (or 0x9B6B8E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6B and 8E. RGB value is (155,107,142). Sum of RGB (Red+Green+Blue) = 155+107+142=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B8E is #649471. Grayscale: #7D7D7D. Windows color (decimal): -6591602 or 9333659. OLE color: 9333659.

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

Color convert

RGB155107142-
CMYK00.310.080.39
HSL316.25º19.35%51.37%-
HSV(B)316.25º30.97%60.78%-
XYZ23.6619.4428.1-
YUV125.34137.4149.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=38.37%
G=26.49%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510714200.310.080.39316.2519.3551.37
Hex9B6B8E01F82713c1333
Octal23315321603710474742363
Binary10011011110101110001110011111100010011110011110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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