#9B7D93

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

Shades of Mountbatten Pink #9B7D93

Tints of Mountbatten Pink #9B7D93

Color information

#9B7D93 (or 0x9B7D93) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 7D and 93. RGB value is (155,125,147). Sum of RGB (Red+Green+Blue) = 155+125+147=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7D93 is #64826C. Grayscale: #888888. Windows color (decimal): -6586989 or 9665947. OLE color: 9665947.

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

Color convert

RGB155125147-
CMYK00.190.050.39
HSL316º13.04%54.9%-
HSV(B)316º19.35%60.78%-
XYZ26.1223.7430.81-
YUV136.48133.94141.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=36.30%
G=29.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512514700.190.050.3931613.0454.9
Hex9B7D9301352713cd37
Octal2331752230235474741567
Binary100110111111101100100110100111011001111001111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,147); }

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

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

 a { background-color: rgb(155,125,147); }

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

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

 span { border-color: rgb(155,125,147); }

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