#9B758A

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

Shades of Mountbatten Pink #9B758A

Tints of Mountbatten Pink #9B758A

Color information

#9B758A (or 0x9B758A) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 75 and 8A. RGB value is (155,117,138). Sum of RGB (Red+Green+Blue) = 155+117+138=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B758A is #648A75. Grayscale: #828282. Windows color (decimal): -6589046 or 9074075. OLE color: 9074075.

HSL color Cylindrical-coordinate representation of color #9B758A: hue angle of 326.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B758A is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB155117138-
CMYK00.250.110.39
HSL326.84º15.97%53.33%-
HSV(B)326.84º24.52%60.78%-
XYZ24.4721.5326.91-
YUV130.76132.09145.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=37.80%
G=28.54%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511713800.250.110.39326.8415.9753.33
Hex9B758A019B271471035
Octal23316521203113475072065
Binary10011011111010110001010011001101110011110100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,138); }

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

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

 a { background-color: rgb(155,117,138); }

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

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

 span { border-color: rgb(155,117,138); }

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