#9B678E

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

Shades of Mountbatten Pink #9B678E

Tints of Mountbatten Pink #9B678E

Color information

#9B678E (or 0x9B678E) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 67 and 8E. RGB value is (155,103,142). Sum of RGB (Red+Green+Blue) = 155+103+142=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B678E is #649871. Grayscale: #7A7A7A. Windows color (decimal): -6592626 or 9332635. OLE color: 9332635.

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

Color convert

RGB155103142-
CMYK00.340.080.39
HSL315º20.63%50.59%-
HSV(B)315º33.55%60.78%-
XYZ23.2518.6227.96-
YUV122.99138.73150.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=38.75%
G=25.75%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510314200.340.080.3931520.6350.59
Hex9B678E02282713b1533
Octal23314721604210474732563
Binary100110111100111100011100100010100010011110011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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