#9F758B

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

Shades of Mountbatten Pink #9F758B

Tints of Mountbatten Pink #9F758B

Color information

#9F758B (or 0x9F758B) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 75 and 8B. RGB value is (159,117,139). Sum of RGB (Red+Green+Blue) = 159+117+139=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F758B is #608A74. Grayscale: #848484. Windows color (decimal): -6326901 or 9139615. OLE color: 9139615.

HSL color Cylindrical-coordinate representation of color #9F758B: hue angle of 328.57º 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 #9F758B is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB159117139-
CMYK00.260.130.38
HSL328.57º17.95%54.12%-
HSV(B)328.57º26.42%62.35%-
XYZ25.3221.9627.33-
YUV132.07131.91147.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=38.31%
G=28.19%
B=33.49%

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
Decimal15911713900.260.130.38328.5717.9554.12
Hex9F758B01AD261491236
Octal23716521303215465112266
Binary10011111111010110001011011010110110011010100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,139); }

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

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

 a { background-color: rgb(159,117,139); }

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

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

 span { border-color: rgb(159,117,139); }

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