#9F7692

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

Shades of Mountbatten Pink #9F7692

Tints of Mountbatten Pink #9F7692

Color information

#9F7692 (or 0x9F7692) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 76 and 92. RGB value is (159,118,146). Sum of RGB (Red+Green+Blue) = 159+118+146=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7692 is #60896D. Grayscale: #858585. Windows color (decimal): -6326638 or 9598623. OLE color: 9598623.

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

Color convert

RGB159118146-
CMYK00.260.080.38
HSL319.02º17.6%54.31%-
HSV(B)319.02º25.79%62.35%-
XYZ25.9622.430.15-
YUV133.45135.08146.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=37.59%
G=27.90%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911814600.260.080.38319.0217.654.31
Hex9F769201A82613f1236
Octal23716622203210464772266
Binary10011111111011010010010011010100010011010011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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