#9B7793

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

Shades of Mountbatten Pink #9B7793

Tints of Mountbatten Pink #9B7793

Color information

#9B7793 (or 0x9B7793) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 77 and 93. RGB value is (155,119,147). Sum of RGB (Red+Green+Blue) = 155+119+147=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7793 is #64886C. Grayscale: #848484. Windows color (decimal): -6588525 or 9664411. OLE color: 9664411.

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

Color convert

RGB155119147-
CMYK00.230.050.39
HSL313.33º15.25%53.73%-
HSV(B)313.33º23.23%60.78%-
XYZ25.3822.2730.56-
YUV132.96135.93143.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=36.82%
G=28.27%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511914700.230.050.39313.3315.2553.73
Hex9B7793017527139f36
Octal2331672230275474711766
Binary100110111110111100100110101111011001111001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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