#9F6A92

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

Shades of Mountbatten Pink #9F6A92

Tints of Mountbatten Pink #9F6A92

Color information

#9F6A92 (or 0x9F6A92) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 6A and 92. RGB value is (159,106,146). Sum of RGB (Red+Green+Blue) = 159+106+146=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A92 is #60956D. Grayscale: #7E7E7E. Windows color (decimal): -6329710 or 9595551. OLE color: 9595551.

HSL color Cylindrical-coordinate representation of color #9F6A92: hue angle of 314.72º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A92 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB159106146-
CMYK00.330.080.38
HSL314.72º21.63%51.96%-
HSV(B)314.72º33.33%62.35%-
XYZ24.6419.7529.71-
YUV126.41139.06151.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=38.69%
G=25.79%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910614600.330.080.38314.7221.6351.96
Hex9F6A9202182613b1634
Octal23715222204110464732664
Binary100111111101010100100100100001100010011010011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,146); }

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

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

 a { background-color: rgb(159,106,146); }

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

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

 span { border-color: rgb(159,106,146); }

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