#9B7694

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

Shades of Mountbatten Pink #9B7694

Tints of Mountbatten Pink #9B7694

Color information

#9B7694 (or 0x9B7694) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 94. RGB value is (155,118,148). Sum of RGB (Red+Green+Blue) = 155+118+148=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7694 is #64896B. Grayscale: #848484. Windows color (decimal): -6588780 or 9729691. OLE color: 9729691.

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

Color convert

RGB155118148-
CMYK00.240.050.39
HSL311.35º15.61%53.53%-
HSV(B)311.35º23.87%60.78%-
XYZ25.3422.0630.94-
YUV132.48136.76144.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=36.82%
G=28.03%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511814800.240.050.39311.3515.6153.53
Hex9B76940185271371036
Octal2331662240305474672066
Binary1001101111101101001010001100010110011110011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,148); }

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

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

 a { background-color: rgb(155,118,148); }

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

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

 span { border-color: rgb(155,118,148); }

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