#9F768A

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

Shades of Mountbatten Pink #9F768A

Tints of Mountbatten Pink #9F768A

Color information

#9F768A (or 0x9F768A) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 76 and 8A. RGB value is (159,118,138). Sum of RGB (Red+Green+Blue) = 159+118+138=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F768A is #608975. Grayscale: #848484. Windows color (decimal): -6326646 or 9074335. OLE color: 9074335.

HSL color Cylindrical-coordinate representation of color #9F768A: hue angle of 330.73º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F768A is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB159118138-
CMYK00.260.130.38
HSL330.73º17.6%54.31%-
HSV(B)330.73º25.79%62.35%-
XYZ25.3622.1626.99-
YUV132.54131.08146.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=38.31%
G=28.43%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911813800.260.130.38330.7317.654.31
Hex9F768A01AD2614b1236
Octal23716621203215465132266
Binary10011111111011010001010011010110110011010100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,138); }

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

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

 a { background-color: rgb(159,118,138); }

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

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

 span { border-color: rgb(159,118,138); }

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